Skip to content

Commit 33b1776

Browse files
committed
feat: bump version
1 parent 3584959 commit 33b1776

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-framework",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
55
"type": "module",
66
"author": "Alex Andru <alex@andru.codes>",
@@ -61,4 +61,4 @@
6161
"jest": "^29.7.0",
6262
"ts-jest": "^29.1.2"
6363
}
64-
}
64+
}

src/cli/project/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function createProject(name?: string) {
6060
start: "node dist/index.js"
6161
},
6262
dependencies: {
63-
"mcp-framework": "^0.2.0"
63+
"mcp-framework": "^0.2.1"
6464
},
6565
devDependencies: {
6666
"@types/node": "^20.11.24",

0 commit comments

Comments
 (0)