Commit 005806f
feat: add Gmail scopes and bump workspace-mcp to 1.17.1 (#1202)
## Summary
- Add missing Gmail OAuth scopes (`readonly`, `labels`, `modify`,
`compose`) required by workspace-mcp's cumulative `gmail:send`
permission level
- Bump `workspace-mcp` from `1.14.2` to `1.17.1`
**Root cause**: The Google OAuth flow only requested `gmail.send`, but
workspace-mcp with `--permissions gmail:send` requires the full
cumulative scope chain. This caused Google MCP connections to fail
silently in sessions.
**Note**: Existing users will need to disconnect and reconnect Google
from the Integrations page to pick up the new scopes.
## Test plan
- [ ] Disconnect Google from Integrations page
- [ ] Reconnect — verify OAuth consent screen shows Gmail permissions
- [ ] Create session and confirm Google Workspace MCP connects (both
Drive and Gmail tools available)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Expanded Gmail integration with additional authorization scopes for
label management, read-only access, message composition, and
modification capabilities.
* **Chores**
* Updated Google Workspace integration to the latest version for
improved compatibility and performance.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7270194 commit 005806f
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments