Skip to content

Commit adc738d

Browse files
chore(fastify): remove stray packageManager field from subpackage
packageManager belongs in the workspace root only (already at pnpm@10.26.1). The stale pnpm@10.24.0 here causes corepack to attempt a version switch when invoking pnpm from the package directory. Also drop the pnpm engines entry to match sibling middleware packages.
1 parent babaa50 commit adc738d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/middleware/fastify/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
"url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git"
1414
},
1515
"engines": {
16-
"node": ">=20",
17-
"pnpm": ">=10.24.0"
16+
"node": ">=20"
1817
},
19-
"packageManager": "pnpm@10.24.0",
2018
"keywords": [
2119
"modelcontextprotocol",
2220
"mcp",

0 commit comments

Comments
 (0)