-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Description
Client Information
- LLM Client: Augment in VS Code
- Client Config:
- Using MCP Remote?: Yes
- MCP Server: https://observability.mcp.cloudflare.com but all of them
Describe the bug
initially it was working but the next day all of the requests have failed like so:
Tool execution failed: Error POSTing to endpoint (HTTP 401): {"error":"invalid_token","error_description":"Invalid access token"}
Not sure how i can provide the API token?
I'm using Oauth, HTTP: https://observability.mcp.cloudflare.com/mcp
should i use npx like so instead?
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["mcp-remote", "https://observability.mcp.cloudflare.com/mcp"]
}
}
}
To Reproduce
Steps to reproduce the behavior:
- Add all of the cloudflare mcp servers as HTTP Oauth
Expected behavior
it would work without specifying api token?
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels