feliceforgione/mcp_server_streamable
3.1
If you are the rightful owner of mcp_server_streamable and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Server is a streamable HTTP server that supports both modern and legacy MCP endpoints, facilitating seamless integration and communication.
MCP Server
- Streamable HTTP MCP server
- supports older MCP servers with the
legacyEndpoints.ts
file. Adds thesse
andmessages
route
Define MCP server (mcpServer.ts)
- Define the name and version
- add tools and resources here
Usage
Development
npm run dev
Production
- first build to compile typescript
npm run build
npm start
Inspect MCP Server
npm run inspect