Skip to content

Commit 1952669

Browse files
committed
rename stuff in wrangler.jsonc
1 parent 8c5b8c1 commit 1952669

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

apps/workers-builds/wrangler.jsonc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"main": "src/index.ts",
88
"compatibility_date": "2025-03-10",
99
"compatibility_flags": ["nodejs_compat"],
10-
"name": "mcp-cloudflare-workers-observability-dev",
10+
"name": "mcp-cloudflare-workers-builds-dev",
1111
"migrations": [
1212
{
13-
"new_sqlite_classes": ["UserDetails", "ObservabilityMCP"],
13+
"new_sqlite_classes": ["UserDetails", "BuildsMCP"],
1414
"tag": "v1"
1515
}
1616
],
@@ -20,7 +20,7 @@
2020
"durable_objects": {
2121
"bindings": [
2222
{
23-
"class_name": "ObservabilityMCP",
23+
"class_name": "BuildsMCP",
2424
"name": "MCP_OBJECT"
2525
},
2626
{
@@ -55,13 +55,13 @@
5555
],
5656
"env": {
5757
"staging": {
58-
"name": "mcp-cloudflare-workers-observability-staging",
58+
"name": "mcp-cloudflare-workers-builds-staging",
5959
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
60-
"routes": [{ "pattern": "observability-staging.mcp.cloudflare.com", "custom_domain": true }],
60+
"routes": [{ "pattern": "builds-staging.mcp.cloudflare.com", "custom_domain": true }],
6161
"durable_objects": {
6262
"bindings": [
6363
{
64-
"class_name": "ObservabilityMCP",
64+
"class_name": "BuildsMCP",
6565
"name": "MCP_OBJECT"
6666
},
6767
{
@@ -80,7 +80,7 @@
8080
"ENVIRONMENT": "staging",
8181
"GIT_HASH": "OVERRIDEN_DURING_DEPLOYMENT",
8282
"SENTRY_DSN": "https://[email protected]/1764",
83-
"MCP_SERVER_NAME": "workers-observability-staging",
83+
"MCP_SERVER_NAME": "workers-builds-staging",
8484
"MCP_SERVER_VERSION": "1.0.0"
8585
},
8686
"analytics_engine_datasets": [
@@ -91,13 +91,13 @@
9191
]
9292
},
9393
"production": {
94-
"name": "mcp-cloudflare-workers-observability-production",
94+
"name": "mcp-cloudflare-workers-builds-production",
9595
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
96-
"routes": [{ "pattern": "observability.mcp.cloudflare.com", "custom_domain": true }],
96+
"routes": [{ "pattern": "builds.mcp.cloudflare.com", "custom_domain": true }],
9797
"durable_objects": {
9898
"bindings": [
9999
{
100-
"class_name": "ObservabilityMCP",
100+
"class_name": "BuildsMCP",
101101
"name": "MCP_OBJECT"
102102
},
103103
{
@@ -116,7 +116,7 @@
116116
"ENVIRONMENT": "production",
117117
"GIT_HASH": "OVERRIDEN_DURING_DEPLOYMENT",
118118
"SENTRY_DSN": "https://[email protected]/1764",
119-
"MCP_SERVER_NAME": "workers-observability",
119+
"MCP_SERVER_NAME": "workers-builds",
120120
"MCP_SERVER_VERSION": "1.0.0"
121121
},
122122
"analytics_engine_datasets": [

0 commit comments

Comments
 (0)