Release history
taylorwilsdon/google_workspace_mcp releases
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.
All releases
86 shown
create_calendar tool + credential hardening
- Removed single-purpose CRUD tools and replaced them with action-based equivalents: manage_event, manage_drive_access, manage_task, manage_task_list, manage_contact, manage_contacts_batch, manage_contact_group, manage_deployment, manage_gmail_filter, manage_conditional_formatting
Full changelog
Warning - this is a breaking change if for some crazy reason you've predicated certain things on specific client commands. Anyone using it in a normal way shouldn't see anything, but if you've got some pre-baked agent with this in the mix somehow, proceed with caution.
In short, what it does is:
- Replaced many single-purpose CRUD tools with action-based tools:
- manage_event
- manage_drive_access
- manage_task
- manage_task_list
- manage_contact
- manage_contacts_batch
- manage_contact_group
- manage_deployment
- manage_gmail_filter
- manage_conditional_formatting
What's Changed
- enh: Docs Checkbox Handling by @taylorwilsdon in https://github.com/taylorwilsdon/google_workspace_mcp/pull/528
- Fix docs: hyphenation for compound adjectives by @04cb in https://github.com/taylorwilsdon/google_workspace_mcp/pull/524
- fix: issues/525 and issues/485 by @taylorwilsdon in https://github.com/taylorwilsdon/google_workspace_mcp/pull/530
- enh: Tool Consolidation by @taylorwilsdon in https://github.com/taylorwilsdon/google_workspace_mcp/pull/531
- enh: defusedxml by @taylorwilsdon in https://github.com/taylorwilsdon/google_workspace_mcp/pull/533
New Contributors
- @04cb made their first contribution in https://github.com/taylorwilsdon/google_workspace_mcp/pull/524
Full Changelog: https://github.com/taylorwilsdon/google_workspace_mcp/compare/v1.13.1...v1.14.0