-
#1898
2a7611dThanks @felixweinberger! - Add top-leveltypesfield (andtypesVersionson client/server for their subpath exports) so consumers on legacymoduleResolution: "node"can resolve type declarations. Theexportsmap remains the source of truth fornodenext/bundlerresolution. ThetypesVersionsmap includes entries for subpaths added by sibling PRs in this series (zod-schemas,stdio); those entries are no-ops until the correspondingdist/*.d.mtsfiles exist. -
Updated dependencies [
434b2f1,db83829,42cb6b2,df4b6cc,2a7611d,e15a8ef,9fc9070,55b1f06,b256546]:- @modelcontextprotocol/server@2.0.0-alpha.3
-
#1840
424cbaeThanks @KKonstantinov! - tsdown exports resolution fix -
Updated dependencies [
424cbae]:- @modelcontextprotocol/server@2.0.0-alpha.2
- #1536
81e4b2aThanks @andyfleming! - Add Fastify middleware adapter for MCP servers, following the same pattern as the Express and Hono adapters.