A read only MCP for Google Workspace using ADC Auth
Stars
10
Forks
6
Watchers
10
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
43
commits
docs: fix misleading OAuth credential rename/move instructions
6bda7bfView on GitHubdocs: add CHANGELOG.md and update README/CLAUDE.md for v0.2.0
38322b8View on GitHubrefactor: remove dead code and fix minor issues across codebase
a228f50View on GitHubrefactor(auth): extract shared _save_token_secure helper, fix dir permissions
1556b9eView on GitHubrefactor(drive): remove dead _normalize_drive_query function
fd15aceView on GitHubfix(drive): add auth retry to drive_list_recursive mid-traversal
47c53f3View on GitHubfix(main): handle KeyboardInterrupt and BrokenPipeError gracefully
d236f8dView on GitHubfix(drive): reject files over 10 MB before downloading into memory
c35a7acView on GitHubfix(drive): add pagination to drive_list to return all files in folder
a1e3ccdView on GitHubfix(sheets): use full sheet range instead of hardcoded A1:Z1000
608bb13View on GitHubfix(gmail): recurse into all multipart MIME types for body extraction
dc222e5View on GitHubfix(test): correct JSON nesting assertion in test_config_json_outputs_json
36f65edView on GitHubperf(gmail): batch message fetches in gmail_search (N+1 -> 1 HTTP call)
941f4ccView on GitHubfix(gmail,drive): handle non-UTF-8 content without crashing
2c8516cView on GitHub