-
Notifications
You must be signed in to change notification settings - Fork 76
Added passthroughAuth option, --passthrough-auth on the commandline. #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
f2a580a
0fa27c3
d3059af
3b1700c
04a2c9c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,7 +62,7 @@ | |
| "typescript": "^5.9.2" | ||
| }, | ||
| "peerDependencies": { | ||
| "@modelcontextprotocol/sdk": "^1.10.2", | ||
| "@modelcontextprotocol/sdk": "^1.17.4", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainSDK peer bump looks good; ensure version consistency across the repo and generated projects. Upgrading the peer dependency to @modelcontextprotocol/sdk ^1.17.4 aligns with the passthrough-auth changes that rely on newer SDK types. No issues spotted here. Run this to verify all references now target ^1.17.4 and avoid mixed versions: 🏁 Script executed: #!/bin/bash
# Find all occurrences of modelcontextprotocol/sdk versions
rg -nP "@modelcontextprotocol/sdk[^\\n]*" -S -C2Length of output: 12152 Ensure example projects also bump to @modelcontextprotocol/sdk ^1.17.4 The root package.json and generator’s package-json.ts correctly use ^1.17.4, but several example projects still depend on older versions (v1.9.0 and v1.10.0). To maintain consistency across the repo and avoid confusing version drift, please update the following: • examples/pet-store-streamable-http/package.json • examples/pet-store-sse/package.json • examples/petstore-mcp/package.json After bumping, regenerate or commit updated lockfiles in each example directory to ensure that all transitive references align with SDK v1.17.4. 🤖 Prompt for AI Agents |
||
| "json-schema-to-zod": "^2.6.1", | ||
| "zod": "^3.24.3" | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.