Skip to content

Commit 2647ff1

Browse files
author
Akos Komuves
committed
add cli.js for repo cloning and bump version to 0.0.12
1 parent 9b49ff0 commit 2647ff1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@akoskm/create-mcp-server-stdio",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "MCP Server Starter kit using the StdioServerTransport",
5-
"main": "package/cli.js",
5+
"main": "cli.js",
66
"packageManager": "[email protected]",
77
"repository": {
88
"type": "git",
@@ -17,7 +17,7 @@
1717
},
1818
"type": "module",
1919
"files": [
20-
"package/cli.js"
20+
"cli.js"
2121
],
2222
"scripts": {},
2323
"keywords": [],
@@ -34,6 +34,6 @@
3434
"typescript": "^5.8.3"
3535
},
3636
"bin": {
37-
"create-mcp-server-stdio": "./package/cli.js"
37+
"create-mcp-server-stdio": "./cli.js"
3838
}
3939
}

0 commit comments

Comments
 (0)