-
Notifications
You must be signed in to change notification settings - Fork 66
Streamable http server #93
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
base: main
Are you sure you want to change the base?
Conversation
💚 CLA has been signed |
Cla signed |
3d3017b
to
48327c6
Compare
…icsearch into streamable-http-server
Hello, we are super lucky to have a similar issue on the day you opened this PR. We pulled it, built it, and started the server. But we struggle to get an answer from the method. We do request to |
Refer https://modelcontextprotocol.io/specification/2025-03-26/server/tools#calling-tools The JRPC request structure should be like
|
buildkite test this |
Thanks for the contribution @srajan1202! We're taking a look at this for a bit to make sure your implementation aligns with some architectural changes we're working on at the moment. Will get back to you soon. |
Added support for streamableHttp Server to start streamable httpServer just pass argument --mcp-transport=http
To Try
run
npm run build
Then
node dist/index.js --mcp-transport=http
Issue #17