You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"test": "vitest run && vitest run --config vitest.workers.config.ts"
},
"dependencies": {
"@cloudflare/workers-oauth-provider": "^0.3.1",
"@modelcontextprotocol/sdk": "^1.0.0",
"agents": "^0.8.0",
"zod": "^4.0.0"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.16.18",
"@cloudflare/workers-types": "4.20260404.1",
"typescript": "^5.5.0",
"vitest": "^4.1.9",
"wrangler": "^4.0.0"
},
"comments": {
"overrides": "Pin @cloudflare/workers-types across the tree to the version the worker code is written against; the vitest-pool-workers toolchain otherwise pulls a newer one whose stricter AI binding types break src/rerank.ts (types-only; runtime unaffected)."