Skip to main content

Module http_server

Module http_server 

Source
Expand description

HTTP Server Transport for MCP

Implements a plain HTTP transport compatible with Meridian’s toolFromMCP().

§Endpoints

  • POST /mcp — JSON-RPC requests (initialize, tools/list, tools/call)
  • POST /call-tool — Simplified { "name": "...", "arguments": {...} } execution
  • GET /tools — Plain JSON tool list
  • GET /health — Health check

Structs§

HttpServerConfig
Configuration for the HTTP server transport