Skip to content

The name of mcpServers conflicted. #290

@robberphex

Description

@robberphex

Client Information

  • LLM Client: Codex
  • Client Config:
    [mcp_servers.cloudflare]
    url = "https://radar.mcp.cloudflare.com/mcp"
    
  • Using MCP Remote?: Yes
  • MCP Server: https://radar.mcp.cloudflare.com/mcp https://docs.mcp.cloudflare.com
  • Prompt: [if applicable, add the prompt used]

Describe the bug

At radar mcp's doc, it says config mcp server with name cloudflare:

{
 "mcpServers": {
 	"cloudflare": {
 		"command": "npx",
 		"args": ["mcp-remote", "https://radar.mcp.cloudflare.com/mcp"]
 	}
 }
}

But at docs-vectorize mcp's doc, it also say config with name cloudflare:

{
 "mcpServers": {
 	"cloudflare": {
 		"command": "npx",
 		"args": ["mcp-remote", "https://radar.mcp.cloudflare.com/mcp"]
 	}
 }
}

Those name is conflicted, it cannot configed at same time according doc, could we update doc to more specific name?

To Reproduce
Steps to reproduce the behavior:

  1. Connect to MCP Server...
  2. Provide LLM prompt "..."
  3. See error...

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions