We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636807c commit c021b3fCopy full SHA for c021b3f
src/cli/project/create.ts
@@ -61,7 +61,7 @@ export async function createProject(name?: string) {
61
start: "node dist/index.js"
62
},
63
dependencies: {
64
- "mcp-framework": "^0.1.25",
+ "mcp-framework": "^0.1.26",
65
66
devDependencies: {
67
"@types/node": "^20.11.24",
0 commit comments