Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MCP Router: path

path is the exact HTTP path owned by the MCP router.

  • Type: String beginning with /
  • Default: /mcp
path: /mcp

Query strings are ignored during path matching, so /mcp?sessionId=... matches /mcp. Child paths such as /mcp/tools do not match. handler.yml must route the required methods on the same path to the mcp handler. A value without a leading slash rejects configuration.