Skip to content

Commit 9c40849

Browse files
authored
test(e2e): Pin agents package in cloudflare-mcp test (#18609)
https://github.com/cloudflare/agents/releases/tag/agents%400.2.34 started externalizing the ai package. Pinning this to the version before this let's our tests pass. When bumping the `agents` package to `0.3.0` and adding `ai` with v6 types start breaking. Closes #18611 (added automatically)
1 parent d8350d4 commit 9c40849

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/cloudflare-mcp

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/cloudflare-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@modelcontextprotocol/sdk": "^1.24.0",
1919
"@sentry/cloudflare": "latest || *",
20-
"agents": "^0.2.23",
20+
"agents": "0.2.32",
2121
"zod": "^3.25.76"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)