-
Notifications
You must be signed in to change notification settings - Fork 24
feat: replace google drive tool bundle with Google Drive MCP server #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Si 10000 gn up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we discussed how these are going to be launched? If we are implementing them as streamable HTTP servers, then we would need Docker images for them to work in Obot's Kubernetes deployments. But that wouldn't work for local stdio stuff.
@@ -1,8 +1,8 @@ | |||
import os | |||
import gptscript | |||
# import gptscript |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove if not needed.
google/drive/example_client.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this file? Seems like something that could be documentation.
except Exception as error: | ||
raise ToolError(f"Unexpected ToolError: {error}") | ||
|
||
## TODO: this tool requires the support of workspace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove code that is not needed.
From what I've seen in Monday's standup, the google mcp servers will be launched as remote mcp servers for Obot or Darrent's chat client. I will add a Dockerfile. |
replace legacy google drive tool bundle with the Google Drive MCP server.
the mcp server:
removed the legacy tool bundle.