This repository was archived by the owner on Nov 14, 2025. It is now read-only.
v1.9.0
Minor Changes
-
#294
49fdac0- feat: add HTTP transport support for MCP serverImplements Streamable HTTP transport as an alternative to stdio, enabling:
- Web service deployments and programmatic access via HTTP/REST
- Session management with automatic lifecycle control
- RESTful API endpoints for MCP operations
- Server-sent events for real-time notifications
- Security features including DNS rebinding protection and CORS configuration
This change maintains full backward compatibility with the default stdio transport.