File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 77 "check:types" : " run-tsc" ,
88 "deploy" : " wrangler deploy" ,
99 "dev" : " concurrently \" tsx container/index.ts\" \" wrangler dev --var \" ENVIRONMENT:dev\"\" " ,
10- "build:container" : " docker build --tag sandbox-container:$(git rev-parse --short HEAD) -f Dockerfile ../../ && wrangler containers push sandbox-container:$(git rev-parse --short HEAD)" ,
10+ "build:container" : " docker build --platform linux/amd64 -- tag sandbox-container:$(git rev-parse --short HEAD) -f Dockerfile ../../ && wrangler containers push sandbox-container:$(git rev-parse --short HEAD)" ,
1111 "start" : " wrangler dev" ,
1212 "start:container" : " tsx container/index.ts" ,
1313 "postinstall" : " mkdir -p workdir" ,
Original file line number Diff line number Diff line change 108108 "production" : {
109109 "name" : " mcp-cloudflare-container-sandbox-production" ,
110110 "account_id" : " 6702657b6aa048cf3081ff3ff3c9c52f" ,
111- "routes" : [{ "pattern" : " sandbox .mcp.cloudflare.com" , "custom_domain" : true }],
111+ "routes" : [{ "pattern" : " containers .mcp.cloudflare.com" , "custom_domain" : true }],
112112 "containers" : [
113113 {
114114 "name" : " sandbox-container" ,
115115 // UPDATE WHEN DEPLOYING A NEW IMAGE
116- "image" : " registry.cloudchamber.cfdata.org/sandbox-container:1acac68 " ,
116+ "image" : " registry.cloudchamber.cfdata.org/sandbox-container:d802004 " ,
117117 "class_name" : " ContainerMcpAgent" ,
118- "max_instances" : 20 ,
118+ "max_instances" : 30 ,
119119 "rollout_step_percentage" : 100 ,
120- "instances" : 20 ,
120+ "instances" : 3 ,
121121 }
122122 ],
123123 "durable_objects" : {
133133 ]
134134 },
135135 "vars" : {
136- "CLOUDFLARE_CLIENT_ID" : " <PLACEHOLDER>" ,
137- "CLOUDFLARE_CLIENT_SECRET" : " <PLACEHOLDER>" ,
138136 "ENVIRONMENT" : " prod" ,
139137 "MCP_SERVER_NAME" : " <PLACEHOLDER>" ,
140138 "MCP_SERVER_VERSION" : " <PLACEHOLDER>"
You can’t perform that action at this time.
0 commit comments