-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support for MCP Protocol Version 2025-11-25 #1490
Copy link
Copy link
Closed
Labels
area:installationInstalling, updating, versioning, PATH setup, and binary distributionInstalling, updating, versioning, PATH setup, and binary distributionarea:mcpMCP server configuration, discovery, connectivity, OAuth, policy, and registryMCP server configuration, discovery, connectivity, OAuth, policy, and registry
Metadata
Metadata
Assignees
Labels
area:installationInstalling, updating, versioning, PATH setup, and binary distributionInstalling, updating, versioning, PATH setup, and binary distributionarea:mcpMCP server configuration, discovery, connectivity, OAuth, policy, and registryMCP server configuration, discovery, connectivity, OAuth, policy, and registry
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the feature or problem you'd like to solve
Copilot CLI currently fails to connect to MCP servers with the error "Server's protocol version is not supported: 2025-11-25". The latest MCP specification has been updated to version 2025-11-25, but Copilot CLI does not support this version yet.
Proposed solution
Update Copilot CLI to support the latest MCP protocol version 2025-11-25. This would allow seamless integration with MCP servers that have upgraded to the current specification.
According to the official MCP specification (https://modelcontextprotocol.io/specification/versioning), version 2025-11-25 is the current protocol version.
Benefits:
Example prompts or workflows
Users attempting to use Copilot CLI with MCP servers configured with the latest specification would be able to:
@mcpcommands to interact with tools and resources from updated MCP serversCurrently, users encounter the error message:
This prevents them from using any MCP servers that have updated to the current specification.
Additional context
References:
Error message:
Expected behavior:
Copilot CLI should successfully connect to MCP servers using protocol version 2025-11-25, as it is the current official specification version.