{ "name": "mcp-client", "main": "src/server.ts", "compatibility_date": "2026-01-28", "compatibility_flags": ["nodejs_compat"], "assets": { "not_found_handling": "single-page-application", "run_worker_first": ["/agents/*"] }, "durable_objects": { "bindings": [ { "class_name": "MyAgent", "name": "MyAgent" } ] }, "migrations": [ { "new_sqlite_classes": ["MyAgent"], "tag": "v1" } ], "observability": { "logs": { "enabled": true } } // Optional: Override the auto-detected host // "vars": { // "HOST": "" // } }