35b34e8734
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
The card is discovered via a single catalog link, so it must be served at exactly one canonical location. Register only the reserved relative path /server-card and drop the duplicate /mcp/server-card registration: the hosted edge strips the /mcp base path before forwarding, so the backend receives /server-card while the public URL stays https://api.githubcopilot.com/mcp/server-card. Update the tests to assert the single canonical path, guard that /mcp/server-card is no longer registered (404), and verify the static card route is not shadowed by the streamable MCP catch-all mount. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>