docs: add @modelcontextprotocol/fastify to middleware listings#2516
Open
ayaangazali wants to merge 1 commit into
Open
docs: add @modelcontextprotocol/fastify to middleware listings#2516ayaangazali wants to merge 1 commit into
ayaangazali wants to merge 1 commit into
Conversation
|
@modelcontextprotocol/client
@modelcontextprotocol/codemod
@modelcontextprotocol/core
@modelcontextprotocol/server
@modelcontextprotocol/server-legacy
@modelcontextprotocol/express
@modelcontextprotocol/fastify
@modelcontextprotocol/hono
@modelcontextprotocol/node
commit: |
The fastify middleware package is published (private: false, versioned with the other adapters) but was missing from every prose listing of the middleware packages: the root README overview, packages list, and install block, the packages/middleware README, the packages/server README adapter line, and the disambiguation note in docs/clients/middleware.md. Fixes modelcontextprotocol#2112
ayaangazali
force-pushed
the
docs/fastify-middleware-listings
branch
from
July 18, 2026 21:51
d9adf8e to
0b0546c
Compare
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.
Fixes #2112
@modelcontextprotocol/fastifyis published on npm (private: false, currently 2.0.0-beta.4, same shape as the other three middleware packages) but it wasn't mentioned in any of the prose listings. This adds it to:README.md: the overview parenthetical, the middleware packages bullet list, and the install commands block (the three spots from the issue)packages/middleware/README.md: the packages listpackages/server/README.md: the optional framework adapters linedocs/clients/middleware.md: the "not the framework middleware packages" info note (also linked the Fastify serving page next to Express and Hono)I found the last three by grepping for listings that mention hono but not fastify, and mentioned them on the issue before starting. Wording for the new fastify bullets copies the express one (app defaults + Host header validation) since that matches what the fastify package README says it does.
Checked locally:
pnpm typecheck:all,pnpm build:all,pnpm lint:allandpnpm docs:checkall pass (the docs build catches dead links, so the new fastify.md link is covered). Also confirmed the package page exists on npm so the npmjs link in the server README doesn't 404.Docs only, so no changeset added (matching earlier docs PRs like #2426 and #2427).
small disclosure: i'm a college freshman getting started with OSS and i used claude code to help verify the sites and run the checks. the edits went through me and i double checked each spot, but if i missed a convention here i'm happy to fix it :)