Files
nexus/backend
developer 1732fa97ad P1a: Fix MapMcp to use explicit /mcp route pattern
The parameterless MapMcp() overload did not register the endpoint
correctly at the /mcp path. Changed to MapMcp("/mcp") which
successfully registers the MCP Streamable HTTP endpoint.

Verified:
- POST /mcp with initialize request returns valid MCP response
- tools/list returns all 10 NexusMcpTools
- Health check passes
- Build: 0w 0e
2026-07-13 19:10:42 +02:00
..