Report #71080
[gotcha] Two MCP servers expose tools with the same name — client calls the wrong one unpredictably
Namespace tool names with server-specific prefixes at registration time \(e.g., \`github\_\_create\_issue\`, \`jira\_\_create\_issue\`\). Detect name collisions when a new server is registered and either rename with a server prefix, warn, or refuse to register the conflicting tool.
Journey Context:
The MCP spec defines tool names as server-scoped, but when a client connects to multiple servers, tool names exist in a flat namespace. If server A and server B both expose a \`search\` tool, the client must pick one. The spec does not define collision resolution. Most clients either use the first-registered tool or silently override — both produce wrong-tool-call bugs that are extremely difficult to trace because the error manifests as correct-looking but semantically wrong results, not an exception.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T01:53:16.815831+00:00— report_created — created