-
Notifications
You must be signed in to change notification settings - Fork 31.8k
mcp: adopt MCP 2025-03-26 #244751
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
Comments
Also in the spec: ToolAnnotations , which doesn't have much documentation but needs reading the schema. Parts of this could be show in the UI, while others can be used as hints. Via pulsemcp's update:
|
👆 cc @jrieken who mentioned tool annotations before |
This PR adds support for 'streamable HTTP' MCP servers. This is backwards-compatible with existing SSE servers. We'll first try to initialize the server in streamable HTTP mode, and then fall back to legacy SSE if that fails. This PR also adds our own small SSE parser, `eventsource` was too high level to do what we need to do. Refs #244751
This PR adds support for 'streamable HTTP' MCP servers. This is backwards-compatible with existing SSE servers. We'll first try to initialize the server in streamable HTTP mode, and then fall back to legacy SSE if that fails. This PR also adds our own small SSE parser, `eventsource` was too high level to do what we need to do. Refs #244751
This PR adds support for 'streamable HTTP' MCP servers. This is backwards-compatible with existing SSE servers. We'll first try to initialize the server in streamable HTTP mode, and then fall back to legacy SSE if that fails. This PR also adds our own small SSE parser, `eventsource` was too high level to do what we need to do. Refs #244751
The draft was just promoted as 2025-03-26, this issue tracks its adoption
modelcontextprotocol/modelcontextprotocol#232
The text was updated successfully, but these errors were encountered: