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.
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
This server cannot be installed
A simple MCP server implementation that demonstrates streaming capabilities with tools for greetings and notifications, accessible through an interactive command-line client.
Related MCP Servers
- AsecurityAlicenseAqualityA simple MCP server that can send notifications on mac devices.Last updated -598TypeScriptMIT License
- -securityFlicense-qualityA simple MCP server that allows accessing and executing shell commands on a VM machine through a web-based terminal interface, with automatic tunneling to make the VM accessible from anywhere.Last updated -392JavaScript
- -securityFlicense-qualityA simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.Last updated -1Python
- AsecurityFlicenseAqualityA simple note-taking MCP server that stores notes and can generate summaries of stored content.Last updated -4Python