Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"dependencies": {
"@ai-sdk/openai": "2.0.73",
"@cfworker/json-schema": "^4.1.1",
"@modelcontextprotocol/sdk": "^1.23.0",
"ai": "5.0.103",
"cron-schedule": "^6.0.0",
"json-schema": "^0.4.0",
Expand All @@ -41,12 +40,14 @@
},
"devDependencies": {
"@cloudflare/workers-oauth-provider": "^0.1.0",
"@modelcontextprotocol/sdk": "^1.23.0",
"@types/yargs": "^17.0.35",
"react": "*",
"vitest-browser-react": "^1.0.1",
"x402": "^0.7.3"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": ">=1.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because the mcp sdk does breaking changes in minors right now, I don't think we can actually guarantee this. not a great situation for us to be in unfortunately. we need to think through this.

tagging @mattzcarey for visibility

"react": "*",
"viem": ">=2.0.0",
"x402": "^0.7.1"
Expand Down
Loading