docs(README): add @modelcontextprotocol/fastify to middleware listing#2113
Open
sceran wants to merge 1 commit into
Open
docs(README): add @modelcontextprotocol/fastify to middleware listing#2113sceran wants to merge 1 commit into
@modelcontextprotocol/fastify to middleware listing#2113sceran wants to merge 1 commit into
Conversation
The fastify middleware package (private: false, 2.0.0-alpha.2) is published alongside node, express, and hono, but was absent from the top-level README in three places: overview, middleware section, and install commands. Closes modelcontextprotocol#2112
|
@modelcontextprotocol/client
@modelcontextprotocol/server
@modelcontextprotocol/express
@modelcontextprotocol/fastify
@modelcontextprotocol/hono
@modelcontextprotocol/node
commit: |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
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
Add
@modelcontextprotocol/fastifyto the README in the three places where the other middleware packages are documented.Why
The fastify middleware package is published (
packages/middleware/fastify/package.jsonhasprivate: falseand shares the same2.0.0-alpha.2version as node/express/hono) and has its own README, but the top-level README omits it everywhere — overview line, middleware section, and install commands. Looks like an oversight from when fastify was added rather than an intentional exclusion. See #2112 for the original observation.How
Three small additions, no removals:
(Express, Hono, Node.js HTTP)→(Express, Hono, Fastify, Node.js HTTP)@modelcontextprotocol/fastifybullet after the hono entry, using the same description shape Express uses.npm install @modelcontextprotocol/fastify fastifysnippet matching the hono entry.Behavior change
node,express,hono. Fastify is invisible to anyone reading the top-level docs.Breaking changes
None — docs only.
Test plan
No code paths touched. Spot-checked rendered Markdown locally.
Related
@modelcontextprotocol/fastifymissing from middleware listing #2112Code drafted with Claude Code assistance; manually reviewed and tested.