Provides build and run capabilities for both server and client components through npm scripts, allowing users to compile and execute the MCP server and client applications.
Manages persistent connections with session IDs, supporting session termination and reconnection capabilities for maintaining state between client and server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Streamable HTTP MCP Servergreet my team with a multi-greet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Simple Streamable HTTP Server
Step1 - npm run build-server Step2 - npm run build-client Step3 - node build/server/simpleStreamableHttp.js Step4 - node build/client/simpleStreamableHttp.js
You will find the below output in Terminal -
Execute the below command in the terminal -
list-tools
You will find the below output in Terminal -
Available tools:
greet: A simple greeting tool
multi-greet: A tool that sends different greetings with delays between them
start-notification-stream: Starts sending periodic notifications for testing resumability
Same way test other tools as well.
Thanks, Ramesh Mavuluri