55{
66 "$schema" : " node_modules/wrangler/config-schema.json" ,
77 "name" : " inspector-use-mcp" ,
8- "route" : " inspector.use-mcp.dev" ,
9- // "main": "api/index.ts",
8+ "routes" : [
9+ {
10+ "pattern" : " inspector.use-mcp.dev" ,
11+ "custom_domain" : true
12+ }
13+ ],
14+ "workers_dev" : true ,
15+ // "main": "api/index.ts",
1016 "compatibility_date" : " 2025-02-07" ,
11- // "ai": {
12- // "binding": "AI"
13- // },
17+ // "ai": {
18+ // "binding": "AI"
19+ // },
1420 "assets" : {
1521 "not_found_handling" : " single-page-application" ,
1622 "directory" : " dist"
2329 * Docs: https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement
2430 */
2531 // "placement": { "mode": "smart" },
26-
2732 /**
2833 * Bindings
2934 * Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform, including
3035 * databases, object storage, AI inference, real-time communication and more.
3136 * https://developers.cloudflare.com/workers/runtime-apis/bindings/
3237 */
33-
3438 /**
3539 * Environment Variables
3640 * https://developers.cloudflare.com/workers/wrangler/configuration/#environment-variables
4044 * Note: Use secrets to store sensitive data.
4145 * https://developers.cloudflare.com/workers/configuration/secrets/
4246 */
43-
4447 /**
4548 * Static Assets
4649 * https://developers.cloudflare.com/workers/static-assets/binding/
4750 */
4851 // "assets": { "directory": "./public/", "binding": "ASSETS" },
49-
5052 /**
5153 * Service Bindings (communicate between multiple Workers)
5254 * https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings
5355 */
5456 // "services": [{ "binding": "MY_SERVICE", "service": "my-service" }]
55- }
57+ }
0 commit comments