|
10 | 10 | "name": "mcp-cloudflare-auditlogs-dev", |
11 | 11 | "migrations": [ |
12 | 12 | { |
13 | | - "new_sqlite_classes": ["UserDetails", "AuditlogMCP"], |
| 13 | + "new_sqlite_classes": ["AuditlogMCP"], |
14 | 14 | "tag": "v1" |
15 | 15 | } |
16 | 16 | ], |
|
66 | 66 | }, |
67 | 67 | { |
68 | 68 | "class_name": "UserDetails", |
69 | | - "name": "USER_DETAILS" |
| 69 | + "name": "USER_DETAILS", |
| 70 | + "script_name": "mcp-cloudflare-workers-observability-staging" |
70 | 71 | } |
71 | 72 | ] |
72 | 73 | }, |
73 | 74 | "kv_namespaces": [ |
74 | 75 | { |
75 | | - "binding": "OAUTH_KV_AUDITLOGS_STAGING", |
| 76 | + "binding": "OAUTH_KV", |
76 | 77 | "id": "bff0ee5812834b8a8cc9bd5575a8f9d8" |
77 | 78 | } |
78 | 79 | ], |
79 | 80 | "vars": { |
80 | 81 | "ENVIRONMENT": "staging", |
81 | 82 | "MCP_SERVER_NAME": "auditlogs-staging", |
82 | 83 | "MCP_SERVER_VERSION": "1.0.0" |
83 | | - } |
| 84 | + }, |
| 85 | + "analytics_engine_datasets": [ |
| 86 | + { |
| 87 | + "binding": "MCP_METRICS", |
| 88 | + "dataset": "mcp-metrics-staging" |
| 89 | + } |
| 90 | + ], |
84 | 91 | }, |
85 | 92 | "production": { |
86 | 93 | "name": "mcp-cloudflare-auditlogs-production", |
|
94 | 101 | }, |
95 | 102 | { |
96 | 103 | "class_name": "UserDetails", |
97 | | - "name": "USER_DETAILS" |
| 104 | + "name": "USER_DETAILS", |
| 105 | + "script_name": "mcp-cloudflare-workers-observability-production" |
98 | 106 | } |
99 | 107 | ] |
100 | 108 | }, |
101 | 109 | "kv_namespaces": [ |
102 | 110 | { |
103 | | - "binding": "OAUTH_KV_AUDITLOGS_PRODUCTION", |
| 111 | + "binding": "OAUTH_KV", |
104 | 112 | "id": "76f528c773154012826bfba6d18f42db" |
105 | 113 | } |
106 | 114 | ], |
107 | 115 | "vars": { |
108 | 116 | "ENVIRONMENT": "production", |
109 | 117 | "MCP_SERVER_NAME": "auditlogs", |
110 | 118 | "MCP_SERVER_VERSION": "1.0.0" |
111 | | - } |
| 119 | + }, |
| 120 | + "analytics_engine_datasets": [ |
| 121 | + { |
| 122 | + "binding": "MCP_METRICS", |
| 123 | + "dataset": "mcp-metrics-production" |
| 124 | + } |
| 125 | + ], |
112 | 126 | } |
113 | 127 | } |
114 | 128 | } |
0 commit comments