|
7 | 7 | "main": "src/index.ts", |
8 | 8 | "compatibility_date": "2025-03-10", |
9 | 9 | "compatibility_flags": ["nodejs_compat"], |
10 | | - "name": "mcp-cloudflare-workers-observability-dev", |
| 10 | + "name": "mcp-cloudflare-workers-builds-dev", |
11 | 11 | "migrations": [ |
12 | 12 | { |
13 | | - "new_sqlite_classes": ["UserDetails", "ObservabilityMCP"], |
| 13 | + "new_sqlite_classes": ["UserDetails", "BuildsMCP"], |
14 | 14 | "tag": "v1" |
15 | 15 | } |
16 | 16 | ], |
|
20 | 20 | "durable_objects": { |
21 | 21 | "bindings": [ |
22 | 22 | { |
23 | | - "class_name": "ObservabilityMCP", |
| 23 | + "class_name": "BuildsMCP", |
24 | 24 | "name": "MCP_OBJECT" |
25 | 25 | }, |
26 | 26 | { |
|
55 | 55 | ], |
56 | 56 | "env": { |
57 | 57 | "staging": { |
58 | | - "name": "mcp-cloudflare-workers-observability-staging", |
| 58 | + "name": "mcp-cloudflare-workers-builds-staging", |
59 | 59 | "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 }], |
61 | 61 | "durable_objects": { |
62 | 62 | "bindings": [ |
63 | 63 | { |
64 | | - "class_name": "ObservabilityMCP", |
| 64 | + "class_name": "BuildsMCP", |
65 | 65 | "name": "MCP_OBJECT" |
66 | 66 | }, |
67 | 67 | { |
|
80 | 80 | "ENVIRONMENT": "staging", |
81 | 81 | "GIT_HASH": "OVERRIDEN_DURING_DEPLOYMENT", |
82 | 82 | "SENTRY_DSN": "https://[email protected]/1764", |
83 | | - "MCP_SERVER_NAME": "workers-observability-staging", |
| 83 | + "MCP_SERVER_NAME": "workers-builds-staging", |
84 | 84 | "MCP_SERVER_VERSION": "1.0.0" |
85 | 85 | }, |
86 | 86 | "analytics_engine_datasets": [ |
|
91 | 91 | ] |
92 | 92 | }, |
93 | 93 | "production": { |
94 | | - "name": "mcp-cloudflare-workers-observability-production", |
| 94 | + "name": "mcp-cloudflare-workers-builds-production", |
95 | 95 | "account_id": "6702657b6aa048cf3081ff3ff3c9c52f", |
96 | | - "routes": [{ "pattern": "observability.mcp.cloudflare.com", "custom_domain": true }], |
| 96 | + "routes": [{ "pattern": "builds.mcp.cloudflare.com", "custom_domain": true }], |
97 | 97 | "durable_objects": { |
98 | 98 | "bindings": [ |
99 | 99 | { |
100 | | - "class_name": "ObservabilityMCP", |
| 100 | + "class_name": "BuildsMCP", |
101 | 101 | "name": "MCP_OBJECT" |
102 | 102 | }, |
103 | 103 | { |
|
116 | 116 | "ENVIRONMENT": "production", |
117 | 117 | "GIT_HASH": "OVERRIDEN_DURING_DEPLOYMENT", |
118 | 118 | "SENTRY_DSN": "https://[email protected]/1764", |
119 | | - "MCP_SERVER_NAME": "workers-observability", |
| 119 | + "MCP_SERVER_NAME": "workers-builds", |
120 | 120 | "MCP_SERVER_VERSION": "1.0.0" |
121 | 121 | }, |
122 | 122 | "analytics_engine_datasets": [ |
|
0 commit comments