This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryAdded comprehensive Google Docs comment management tools.
Full changelog
Key Changes:
-
Environment Variable Configuration:
- You can now configure the server using
GOOGLE_OAUTH_CLIENT_IDandGOOGLE_OAUTH_CLIENT_SECRETenvironment variables. - The credential loading priority is:
- Environment Variables
GOOGLE_CLIENT_SECRETSpathclient_secret.jsonin the root directory.
- You can now configure the server using
-
Updated Authentication Flow:
- A new function
auth/google_auth.py:88was added to load secrets from the environment. - The
create_oauth_flow()function inauth/google_auth.pynow centralizes OAuth flow creation, prioritizing environment variables over file-based configuration. - Functions
start_auth_flow()andhandle_auth_callback()were refactored to use this new flow.
- A new function
-
Improved Error Handling & Logging:
- Enhanced error messages in
core/server.pyandauth/oauth_callback_server.pyto guide users on setting up credentials if they are missing. - Added logging to indicate whether credentials were loaded from environment variables or a file.
- Enhanced error messages in
Feature: Google Docs Comment Management
This PR adds comprehensive comment management functionality to the Google Workspace MCP server.
New Tools Added:
- `read_doc_comments` - Read all comments and replies from a Google Doc
- `reply_to_comment` - Reply to specific comments in documents
- `create_doc_comment` - Create new comments on documents
- `resolve_comment` - Mark comments as resolved
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About taylorwilsdon/google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets over stdio, Streamable HTTP and SSE transports.
Related context
Beta — feedback welcome: [email protected]