feat: add Gmail scopes and bump workspace-mcp to 1.17.1#1202
feat: add Gmail scopes and bump workspace-mcp to 1.17.1#1202Gkrumbach07 merged 1 commit intomainfrom
Conversation
The Google Workspace MCP integration configured with gmail:send permission requires cumulative Gmail scopes (readonly, labels, modify, compose, send) but we only requested gmail.send. This caused sessions to fail connecting to the Google MCP server when Gmail access was needed. Also bumps workspace-mcp from 1.14.2 to 1.17.1. Users with existing tokens will need to disconnect and reconnect Google to pick up the new scopes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
| File | Component | Mode |
|---|---|---|
components/runners/ambient-runner/.mcp.json |
runner | warn |
No action required — these components are in warn mode. Consider using the component's agent workflow for future changes.
📖 Specs: Runner Spec · Runner Constitution
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughExpanded Gmail OAuth scopes in the Google provider configuration by adding Changes
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
Summary
readonly,labels,modify,compose) required by workspace-mcp's cumulativegmail:sendpermission levelworkspace-mcpfrom1.14.2to1.17.1Root cause: The Google OAuth flow only requested
gmail.send, but workspace-mcp with--permissions gmail:sendrequires 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
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Chores