Skip to content

chore: bump @modelcontextprotocol/sdk to 1.30.0 - #41

Merged
mattpodwysocki merged 1 commit into
mainfrom
chore/bump-mcp-sdk-1.30.0
Aug 10, 2026
Merged

chore: bump @modelcontextprotocol/sdk to 1.30.0#41
mattpodwysocki merged 1 commit into
mainfrom
chore/bump-mcp-sdk-1.30.0

Conversation

@mattpodwysocki

Copy link
Copy Markdown
Contributor

What changed

Bumps @modelcontextprotocol/sdk from 1.29.0 to 1.30.0 — within the existing ^1.29.0 range, so this is really just catching the lockfile up. No patch to worry about here (this repo doesn't patch the SDK, unlike mcp-server/mcp-devkit-server).

Not in scope here

Checked whether this bump touches the 2026-07-28 MCP 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 own SUPPORTED_PROTOCOL_VERSIONS constant tops out at 2025-11-25, no 2026-07-28 anywhere, 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.
  • Full suite: 83/83 pass.
  • npm run build succeeds.
  • Live-tested the actual built server via a real MCP stdio client: connects, lists all 3 tools, search_mapbox_docs_tool call returns real results end-to-end.

Built in an isolated git worktree off origin/main rather than the primary checkout, since that had a different branch checked out.

🤖 Generated with Claude Code

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>
@mattpodwysocki
mattpodwysocki requested a review from a team as a code owner August 5, 2026 14:16
@mattpodwysocki
mattpodwysocki merged commit 199a984 into main Aug 10, 2026
3 checks passed
@mattpodwysocki
mattpodwysocki deleted the chore/bump-mcp-sdk-1.30.0 branch August 10, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants