Skip to content

Commit bb7f156

Browse files
committed
Update account_id in wrangler.json to match our new account
1 parent c1da454 commit bb7f156

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/workers-bindings/wrangler.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"env": {
4343
"staging": {
4444
"name": "mcp-cloudflare-workers-bindings-staging",
45-
"account_id": "8995c0f49cdcf57eb54d2c1e52b7d2f3",
45+
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
4646
"routes": [{ "pattern": "bindings-staging.mcp.cloudflare.com", "custom_domain": true }],
4747
"durable_objects": {
4848
"bindings": [
@@ -64,7 +64,7 @@
6464
},
6565
"production": {
6666
"name": "mcp-cloudflare-workers-bindings-production",
67-
"account_id": "8995c0f49cdcf57eb54d2c1e52b7d2f3",
67+
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
6868
"routes": [{ "pattern": "bindings.mcp.cloudflare.com", "custom_domain": true }],
6969
"durable_objects": {
7070
"bindings": [

apps/workers-observability/wrangler.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"env": {
4343
"staging": {
4444
"name": "mcp-cloudflare-workers-observability-staging",
45-
"account_id": "8995c0f49cdcf57eb54d2c1e52b7d2f3",
45+
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
4646
"routes": [{ "pattern": "observability-staging.mcp.cloudflare.com", "custom_domain": true }],
4747
"durable_objects": {
4848
"bindings": [
@@ -64,7 +64,7 @@
6464
},
6565
"production": {
6666
"name": "mcp-cloudflare-workers-observability-production",
67-
"account_id": "8995c0f49cdcf57eb54d2c1e52b7d2f3",
67+
"account_id": "6702657b6aa048cf3081ff3ff3c9c52f",
6868
"routes": [{ "pattern": "observability.mcp.cloudflare.com", "custom_domain": true }],
6969
"durable_objects": {
7070
"bindings": [

0 commit comments

Comments
 (0)