-
Notifications
You must be signed in to change notification settings - Fork 24
feat: replace gmail tool bundle with Gmail MCP server #705
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 “Sign 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
Conversation
…l methods working all together wip: move tools in commands dir to server wip: implemented all tools except read/download attachment feat: pytest fix: support uvx fix:pytest fix fix: complex test cases fix: remove redundant files fix: support both streamable-http and stdio fix: remove from index.yaml fix: support cred token from env for single user add Dockerfile and handle http-header fix: handle optional args properly fix: fix tools fix: fix testing, using black for linting
google/gmail/pyproject.toml
Outdated
[build-system] | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" |
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.
maybe more of an aside than anything, but it would be cool if we started using uv's build system. not strictly necessary here.
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.
good idea. let me look into it.
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.
@drpebcak updated to uv's build system, can you review again?
replace legacy google gmail tool bundle with the Gmail MCP server.
the mcp server:
docker-compose.yml
removed the legacy tool bundle.