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 3584959 commit 33b1776Copy full SHA for 33b1776
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-framework",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
5
"type": "module",
6
"author": "Alex Andru <alex@andru.codes>",
@@ -61,4 +61,4 @@
61
"jest": "^29.7.0",
62
"ts-jest": "^29.1.2"
63
}
64
-}
+}
src/cli/project/create.ts
@@ -60,7 +60,7 @@ export async function createProject(name?: string) {
60
start: "node dist/index.js"
},
dependencies: {
- "mcp-framework": "^0.2.0"
+ "mcp-framework": "^0.2.1"
65
devDependencies: {
66
"@types/node": "^20.11.24",
0 commit comments