[chore]: bump mcp sdk & fastify#2106
Merged
Merged
Conversation
|
Contributor
There was a problem hiding this comment.
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
monadoid
approved these changes
May 11, 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 the following deps:
Summary by cubic
Upgraded
fastifyto ^5.8.5 and@modelcontextprotocol/sdkto ^1.29.0 to pick up patches and trim legacy transitive deps in server and core packages.fastifyto ^5.8.5 inpackages/server-v3andpackages/server-v4(keepsfastify-metricsandfastify-zod-openapiin range).@modelcontextprotocol/sdkto ^1.29.0 inpackages/core(moves to newer AJV/cors, drops older express-based transitive deps).Written for commit 948a6c4. Summary will update on new commits.