File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
packages/create-mcp-kit/template/server-js Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' create-mcp-kit ' : patch
3+ ---
4+
5+ feat: update server-js template
Original file line number Diff line number Diff line change 4141 "prepare": "husky"
4242 },
4343 "dependencies": {
44- "@modelcontextprotocol/sdk": "^1.20.1 ",
44+ "@modelcontextprotocol/sdk": "^1.20.2 ",
4545 "dotenv": "^17.2.3",
4646{{ #if (or (includes transports ' streamable' ) (includes transports ' sse' ))}}
4747 "express": "^5.1.0",
5959 "@modelcontextprotocol/inspector": "^0.17.2",
6060{{ /if }}
6161{{ #if (includes plugins ' vitest' )}}
62- "@vitest/coverage-v8": "^4.0.2 ",
62+ "@vitest/coverage-v8": "^4.0.5 ",
6363 "c8": "^10.1.3",
6464{{ /if }}
6565{{ #if (includes plugins ' changelog' )}}
9191 "tree-kill": "^1.2.2",
9292{{ /if }}
9393{{ #if (includes plugins ' vitest' )}}
94- "vitest": "^4.0.2 ",
94+ "vitest": "^4.0.5 ",
9595{{ /if }}
9696 "rimraf": "^6.0.1"
9797 }
You can’t perform that action at this time.
0 commit comments