Skip to content

Commit ea3085d

Browse files
committed
feat: bump version
1 parent 236bc5e commit ea3085d

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.1.21-beta.12",
3+
"version": "0.1.23",
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.21");
14+
.version("0.1.23");
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.8",
64+
"mcp-framework": "^0.1.23",
6565
},
6666
devDependencies: {
6767
"@types/node": "^20.11.24",

0 commit comments

Comments
 (0)