chore: bump @modelcontextprotocol/sdk to 1.30.0 - #41
Merged
Conversation
Patch/minor bump within the existing ^1.29.0 range. Verified the installed package's own SUPPORTED_PROTOCOL_VERSIONS constant does not include the 2026-07-28 spec revision (stateless model, elicitation -> MRTR, Sampling deprecated), so this bump doesn't touch that at all. This repo uses neither elicitation nor sampling, so that migration is lower-priority here regardless once an SDK release actually implements it. Tracked in #40. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ctufts
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Bumps
@modelcontextprotocol/sdkfrom1.29.0to1.30.0— within the existing^1.29.0range, so this is really just catching the lockfile up. No patch to worry about here (this repo doesn't patch the SDK, unlikemcp-server/mcp-devkit-server).Not in scope here
Checked whether this bump touches the
2026-07-28MCP spec revision (stateless request/response model, elicitation replaced by Multi Round-Trip Requests, Sampling deprecated — see https://blog.modelcontextprotocol.io/posts/2026-07-28/). It doesn't:1.30.0's ownSUPPORTED_PROTOCOL_VERSIONSconstant tops out at2025-11-25, no2026-07-28anywhere, and the release notes don't mention it either. This repo also uses neither elicitation nor sampling (grep -rn "elicitInput\|createMessage" src/returns nothing), so that migration is lower-priority here regardless of when SDK support actually lands. Tracked in #40.Verification
npx eslint: 0 errors.npm run buildsucceeds.search_mapbox_docs_toolcall returns real results end-to-end.Built in an isolated
git worktreeofforigin/mainrather than the primary checkout, since that had a different branch checked out.🤖 Generated with Claude Code