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": {...} }executionGET /tools— Plain JSON tool listGET /health— Health check
Structs§
- Http
Server Config - Configuration for the HTTP server transport