-
Notifications
You must be signed in to change notification settings - Fork 50
Exploring Streaming? #14
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
Yup, although the title there is a little bit of a misnomer. The current transport is extremely streamy already :D The new HTTP transport makes it a lot easier to build completely stateless MCP servers which I expect will dominate the landscape in the near term. There seems to be some progress on the server side of the transport here: modelcontextprotocol/typescript-sdk#230 but I haven't yet seen anything for the client side (which is a bit tricky cause it should be backwards compatible with servers talking HTTP+SSE). As soon as that lands in the SDK though I'll cut a new release here and ship it out |
Sounds great, thanks! |
FYI, this is now merged via: modelcontextprotocol/typescript-sdk#266 |
https://github.com/geelen/mcp-remote/compare/streaming-http-support?expand=1 have started! Will ship on monday :) |
Hi! I'm waiting for streaming-http-support!!!! |
Streaming HTTP support is now part of |
Thanks for this! It's a really helpful tool for me while I wait for clients to support HTTP transports. Any plans to support the streaming aspects of the spec? modelcontextprotocol/modelcontextprotocol#206
The text was updated successfully, but these errors were encountered: