Commit 08de9b6
authored
Infrastructure Upgrade: PNPM Migration (#5)
* chore: migrate from npm to pnpm (Phase 1)
- Enable corepack with packageManager field (pnpm@10.27.0)
- Generate pnpm-lock.yaml from package-lock.json
- Add explicit zod dependency (phantom dep exposed by pnpm strict mode)
- Add MCPServer type annotation to fix TS2742 inference error
- Update CI workflow to use pnpm/action-setup
* refactor: clean up Server type annotation in index.ts
* security: implement supply chain protections
- Add minimumReleaseAge (24h) and store integrity checks in pnpm-workspace.yaml
- Enforce pnpm usage via only-allow preinstall script
- Add pnpm audit to CI workflow
- Resolve known vulnerabilities in @modelcontextprotocol/sdk and vitest/esbuild1 parent fc8eb35 commit 08de9b6
File tree
6 files changed
+3325
-4529
lines changed- .github/workflows
- src
6 files changed
+3325
-4529
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments