Skip to content

Commit a0e5a38

Browse files
committed
feat: bump version
1 parent 1686e74 commit a0e5a38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-framework",
3-
"version": "0.2.0-beta.31",
3+
"version": "0.2.0",
44
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
55
"type": "module",
66
"author": "Alex Andru <[email protected]>",

src/cli/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const program = new Command();
1111
program
1212
.name("mcp")
1313
.description("CLI for managing MCP server projects")
14-
.version("0.1.29");
14+
.version("0.2.0");
1515

1616
program
1717
.command("build")

src/cli/project/create.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function createProject(name?: string) {
6161
start: "node dist/index.js"
6262
},
6363
dependencies: {
64-
"mcp-framework": "^0.1.29"
64+
"mcp-framework": "^0.2.0"
6565
},
6666
devDependencies: {
6767
"@types/node": "^20.11.24",

0 commit comments

Comments
 (0)