File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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] >" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const program = new Command();
1111program
1212 . name ( "mcp" )
1313 . description ( "CLI for managing MCP server projects" )
14- . version ( "0.1.29 " ) ;
14+ . version ( "0.2.0 " ) ;
1515
1616program
1717 . command ( "build" )
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments