feature/streamable-http-transport #1
Reference in New Issue
Block a user
Delete Branch "feature/streamable-http-transport"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add support for running the MCP server over HTTP with Server-Sent Events (SSE) using the MCP Streamable HTTP
specification (2025-03-26), alongside the existing STDIO transport.
Features
Transportinterface allowing multiple transport implementationsPOST /mcp- JSON-RPC requests with session managementGET /mcp- SSE stream for server-initiated notificationsDELETE /mcp- Session terminationSecurity Hardening
CLI Usage