We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, i added few of your MCP servers and only one of them is causing issue - Observability MCP.
Here is my mcp.json file
{ "mcpServers": { "context7": { "command": "npx", "args": [ "-y", "@upstash/context7-mcp@latest" ] }, "shadcn": { "command": "npx", "args": [ "-y", "shadcn@canary", "registry:mcp" ], "env": { "REGISTRY_URL": "https://alpine-registry.vercel.app//r/registry.json" } }, "cloudflare-docs": { "command": "npx", "args": [ "mcp-remote", "https://docs.mcp.cloudflare.com/sse" ] }, "cloudflare-browser": { "command": "npx", "args": [ "mcp-remote", "https://browser.mcp.cloudflare.com/sse" ] }, "cloudflare-bindings": { "command": "npx", "args": [ "mcp-remote", "https://bindings.mcp.cloudflare.com/sse" ] }, "cloudflare-observability": { "command": "npx", "args": [ "mcp-remote", "https://observability.mcp.cloudflare.com/sse" ] } } }
and this is an error i'm getting:
The text was updated successfully, but these errors were encountered:
i tried to remove and add MCP multiple times, but i get the same error
Sorry, something went wrong.
Error i'm getting:
{"success":false,"error":{"issues":[{"code":"invalid_type","expected":"string","received":"undefined","path":["code"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["scope"],"message":"Required"}],"name":"ZodError"}}
Mind trying to run rm -rf ~/.mcp-auth? This clears out any saved tokens in mcp-remote, which can often fix these issues
rm -rf ~/.mcp-auth
it helped. thanks!
No branches or pull requests
Hey, i added few of your MCP servers and only one of them is causing issue - Observability MCP.
Here is my mcp.json file
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
]
},
"shadcn": {
"command": "npx",
"args": [
"-y",
"shadcn@canary",
"registry:mcp"
],
"env": {
"REGISTRY_URL": "https://alpine-registry.vercel.app//r/registry.json"
}
},
"cloudflare-docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://docs.mcp.cloudflare.com/sse"
]
},
"cloudflare-browser": {
"command": "npx",
"args": [
"mcp-remote",
"https://browser.mcp.cloudflare.com/sse"
]
},
"cloudflare-bindings": {
"command": "npx",
"args": [
"mcp-remote",
"https://bindings.mcp.cloudflare.com/sse"
]
},
"cloudflare-observability": {
"command": "npx",
"args": [
"mcp-remote",
"https://observability.mcp.cloudflare.com/sse"
]
}
}
}
and this is an error i'm getting:
The text was updated successfully, but these errors were encountered: