diff --git a/README.md b/README.md index 5588492f..da2ac2cf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Replace the content with the following configuration. Once you restart Claude De ``` { "mcpServers": { - "math": { + "cloudflare": { "command": "npx", "args": [ "mcp-remote", diff --git a/apps/workers-observability/README.md b/apps/workers-observability/README.md index 5da3c50d..87bd81a5 100644 --- a/apps/workers-observability/README.md +++ b/apps/workers-observability/README.md @@ -48,11 +48,11 @@ Replace the content with the following configuration. Once you restart Claude De ``` { "mcpServers": { - "math": { + "cloudflare": { "command": "npx", "args": [ "mcp-remote", - "https://mcp-cloudflare-staging..workers.dev/sse" + "https://mcp-cloudflare-staging..workers.dev/workers/observability/sse" ] } }