-
Notifications
You must be signed in to change notification settings - Fork 349
Open
Description
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/mcphttps://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:
- Connect to MCP Server...
- Provide LLM prompt "..."
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels