File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 55 "scripts" : {
66 "check:lint" : " run-eslint-workers" ,
77 "check:types" : " run-tsc" ,
8- "deploy" : " wrangler deploy" ,
8+ "deploy" : " run- wrangler- deploy" ,
99 "dev" : " wrangler dev" ,
1010 "start" : " wrangler dev" ,
1111 "types" : " wrangler types --include-env=false" ,
Original file line number Diff line number Diff line change 2020 "MCP_SERVER_NAME" : " PLACEHOLDER" ,
2121 "MCP_SERVER_VERSION" : " PLACEHOLDER" ,
2222 "CLOUDFLARE_CLIENT_ID" : " <PLACEHOLDER>" ,
23- "CLOUDFLARE_CLIENT_SECRET" : " <PLACEHOLDER>"
23+ "CLOUDFLARE_CLIENT_SECRET" : " <PLACEHOLDER>" ,
24+ "ENVIRONMENT" : " development"
2425 },
25-
2626 "dev" : {
2727 "port" : 8976
2828 },
8181 "binding" : " MCP_METRICS" ,
8282 "dataset" : " mcp-metrics-staging"
8383 }
84- ]
84+ ],
85+ "vars" : {
86+ "ENVIRONMENT" : " staging"
87+ }
8588 },
8689 "production" : {
8790 "name" : " mcp-cloudflare-casb-production" ,
111114 "binding" : " MCP_METRICS" ,
112115 "dataset" : " mcp-metrics-production"
113116 }
114- ]
117+ ],
118+ "vars" : {
119+ "ENVIRONMENT" : " production"
120+ }
115121 }
116122 }
117123}
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "check:lint" : " run-eslint-workers" ,
77 "check:types" : " run-tsc" ,
8- "deploy" : " wrangler deploy" ,
8+ "deploy" : " run- wrangler- deploy" ,
99 "dev" : " wrangler dev" ,
1010 "start" : " wrangler dev" ,
1111 "types" : " wrangler types --include-env=false" ,
You can’t perform that action at this time.
0 commit comments