Skip to content

Commit f937ab9

Browse files
committed
Update README.md mcpServer config
1 parent 725616a commit f937ab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Replace the content with the following configuration. Once you restart Claude De
1717
```
1818
{
1919
"mcpServers": {
20-
"math": {
20+
"cloudflare": {
2121
"command": "npx",
2222
"args": [
2323
"mcp-remote",

apps/workers-observability/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Replace the content with the following configuration. Once you restart Claude De
4848
```
4949
{
5050
"mcpServers": {
51-
"math": {
51+
"cloudflare": {
5252
"command": "npx",
5353
"args": [
5454
"mcp-remote",
55-
"https://mcp-cloudflare-staging.<your-subdomain>.workers.dev/sse"
55+
"https://mcp-cloudflare-staging.<your-subdomain>.workers.dev/workers/observability/sse"
5656
]
5757
}
5858
}

0 commit comments

Comments
 (0)