We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc6bad commit d63e9e6Copy full SHA for d63e9e6
.changeset/bumpy-signs-clean.md
@@ -0,0 +1,5 @@
1
+---
2
+'create-mcp-kit': patch
3
4
+
5
+feat: update dependencies in js template
packages/create-mcp-kit/template/server-js/package.json.hbs
@@ -55,7 +55,7 @@
55
"@commitlint/config-conventional": "^19.8.1",
56
{{/if}}
57
{{#if (includes plugins 'inspector')}}
58
- "@modelcontextprotocol/inspector": "^0.16.2",
+ "@modelcontextprotocol/inspector": "^0.16.3",
59
60
{{#if (includes plugins 'vitest')}}
61
"@vitest/coverage-v8": "^3.2.4",
0 commit comments