-
Notifications
You must be signed in to change notification settings - Fork 703
Can the stream http mode be supported for use at the edge? #383
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
I just created an example using Hono and StreamableHTTPServerTransport: https://github.com/mhart/mcp-hono-stateless Would love for this to be officially supported, I'll post an issue |
I used it according to the code example you provided, but failed. Testing the interface here is not as expected. test tools : https://github.com/modelcontextprotocol/inspector Actually, I want to implement a function similar to another issue #178 SSEEdgeTransport in the edge environment, but it's a stateless request |
Well that doesn't support StreamableHTTPServerTransport yet AFAIK: modelcontextprotocol/inspector#221 |
try |
Currently, the stream http mode seems to only be supported for use in the express framework. For example, I want to use it in hono or edge applications
The text was updated successfully, but these errors were encountered: