Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

v1.9.0

Choose a tag to compare

@sapientpants sapientpants released this 27 Sep 21:32

Minor Changes

  • #294 49fdac0 - feat: add HTTP transport support for MCP server

    Implements 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.