Skip to content

Fix: Upgrade MCP library to v1.3.0 for request cancellation support #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ryanrozich
Copy link
Contributor

Description

This PR upgrades the MCP library dependency from v1.1.0 to v1.3.0 to add support for request cancellation notifications.

Related Issue

Fixes #21

Changes

  • Updated MCP dependency in pyproject.toml from v1.1.0 to v1.3.0

Why

The MCP-GSuite server crashes when it receives a notifications/cancelled notification, which happens when a request times out. MCP v1.3.0 added support for this notification type in modelcontextprotocol/python-sdk#167.

@MarkusPfundstein MarkusPfundstein merged commit 4e38036 into MarkusPfundstein:main Mar 11, 2025
satoastshi pushed a commit to Indepreneur-LLC/mcp-google-workspace that referenced this pull request Apr 18, 2025
…p-for-cancellation

Fix: Upgrade MCP library to v1.3.0 for request cancellation support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix handling of notifications/cancelled in MCP server
2 participants