Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion examples/weather-mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@cloudflare/workers-oauth-provider": "^0.0.2",
"@modelcontextprotocol/sdk": "^1.7.0",
"@modelcontextprotocol/sdk": "^1.25.2",
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

The upgraded @modelcontextprotocol/sdk version 1.25.2 requires zod version ^3.25 or ^4.0 as a peer dependency, but the project is currently using zod version ^3.24.2. This version mismatch may cause runtime errors or unexpected behavior. The zod dependency in package.json should be upgraded to at least ^3.25.0 to satisfy the peer dependency requirement of the SDK.

Copilot uses AI. Check for mistakes.
"agents": "^0.0.43",
"hono": "^4.7.4",
"jose": "^6.0.10",
Expand Down
104 changes: 91 additions & 13 deletions examples/weather-mcp-server/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.