/mcp
Streamable HTTP entrypoint
Primary Streamable HTTP endpoint for initialize and tool-call requests.
- Auth
- Bearer auth follows the existing MCP middleware setting.
- Example
- Jump to examples
Expand transport details
Example
curl -H 'Authorization: Bearer <token>' -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' http://127.0.0.1:7856/mcp