Skip to content

chore(cc): bump @modelcontextprotocol/sdk to ^1.29.0#93

Merged
github-actions[bot] merged 1 commit intoanipotts:mainfrom
SAY-5:chore/cc-bump-mcp-sdk
Apr 28, 2026
Merged

chore(cc): bump @modelcontextprotocol/sdk to ^1.29.0#93
github-actions[bot] merged 1 commit intoanipotts:mainfrom
SAY-5:chore/cc-bump-mcp-sdk

Conversation

@SAY-5
Copy link
Copy Markdown
Contributor

@SAY-5 SAY-5 commented Apr 28, 2026

summary

closes #88. bumps `@modelcontextprotocol/sdk` in `plugins/cc/package.json` from `^1.12.1` to `^1.29.0` (latest published).

bun update only touched the sdk and lockfile. zod and zod-to-json-schema were left where they are.

verification

surface that the cc server uses still works:

  • `Server`, `StdioServerTransport`, `types.js` imports unchanged
  • `capabilities.experimental` still accepted; the `claude/channel` experimental key round-trips through the smoke initialize response
  • `server.notification(...)` shape unchanged in the inbox watcher (`plugins/cc/server.ts:1062`)

test plan

  • `bun run smoke` returns the expected initialize response with the experimental capability and the shutdown line
  • `bun test plugins/cc/tests`: 35 pass, 0 fail
  • no other deps changed (only `plugins/cc/package.json` and `plugins/cc/bun.lock`)

note: skipped the changelog entry per the issue's acceptance criteria ("after CHANGELOG issue lands").

bun update of @modelcontextprotocol/sdk only, no other deps touched.
1.12.1 -> 1.29.0 picks up several minors of bug fixes and type
improvements without breaking anything we use.

verified surface still works:
- `Server`, `StdioServerTransport`, `types.js` imports unchanged
- `capabilities.experimental` still accepted (smoke shows the
  `claude/channel` experimental key round-trips)
- `server.notification(...)` shape unchanged in the inbox watcher

bun test plugins/cc/tests: 35 pass, 0 fail
bun run smoke: returns the expected initialize response with the
experimental capability and the shutdown line

closes anipotts#88

Signed-off-by: SAY-5 <say.apm35@gmail.com>
@github-actions github-actions Bot merged commit a49d862 into anipotts:main Apr 28, 2026
2 checks passed
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.

[cc] bump @modelcontextprotocol/sdk to latest minor (track Apr 2026 SDK)

1 participant