Skip to content

[chore]: bump mcp sdk & fastify#2106

Merged
seanmcguire12 merged 2 commits into
mainfrom
fix-more-transitive-deps
May 11, 2026
Merged

[chore]: bump mcp sdk & fastify#2106
seanmcguire12 merged 2 commits into
mainfrom
fix-more-transitive-deps

Conversation

@seanmcguire12
Copy link
Copy Markdown
Member

@seanmcguire12 seanmcguire12 commented May 11, 2026

what changed

bumps the following deps:

  • fastify to ^5.8.5 in the server packages
  • @modelcontextprotocol/sdk to ^1.29.0 in core

Summary by cubic

Upgraded fastify to ^5.8.5 and @modelcontextprotocol/sdk to ^1.29.0 to pick up patches and trim legacy transitive deps in server and core packages.

  • Dependencies
    • Bumped fastify to ^5.8.5 in packages/server-v3 and packages/server-v4 (keeps fastify-metrics and fastify-zod-openapi in range).
    • Bumped @modelcontextprotocol/sdk to ^1.29.0 in packages/core (moves to newer AJV/cors, drops older express-based transitive deps).

Written for commit 948a6c4. Summary will update on new commits.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 11, 2026

⚠️ No Changeset found

Latest commit: 948a6c4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 4 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant Ext as External Clients
    participant F as Fastify Server
    participant FM as Fastify Metrics Plugin
    participant FZ as Fastify Zod OpenAPI
    participant Core as Core Package
    participant MCP as MCP SDK
    
    Note over Ext, MCP: Request flow through dependency chain
    
    Ext->>F: HTTP Request
    alt Server-v3 or Server-v4
        F->>F: Initialize with Fastify v5.8.5
        F->>FM: Register metrics middleware
        F->>FZ: Register OpenAPI validation
    end
    F->>Core: Process application logic
    Core->>MCP: Use Model Context Protocol SDK v1.29.0
    MCP->>MCP: Handle MCP protocol operations
    
    Note over F, Core: Fastify routes handled by Zod schemas
    
    FZ->>F: Validate request/response schemas
    F-->>Ext: HTTP Response
    
    Note over Core, MCP: MCP SDK handles AJV validation & CORS
    
    Core->>MCP: Call MCP tool or resource
    MCP-->>Core: Return protocol response
    Core-->>F: Return processed result
Loading

@seanmcguire12 seanmcguire12 merged commit ffb9b20 into main May 11, 2026
212 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.

2 participants