We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa035a0 commit 3a7f329Copy full SHA for 3a7f329
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-framework",
3
- "version": "0.1.25-beta.6",
+ "version": "0.1.26",
4
5
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
6
"type": "module",
src/cli/index.ts
@@ -11,7 +11,7 @@ const program = new Command();
11
program
12
.name("mcp")
13
.description("CLI for managing MCP server projects")
14
- .version("0.1.25");
+ .version("0.1.26");
15
16
17
.command("build")
0 commit comments