We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b49ff0 commit 2647ff1Copy full SHA for 2647ff1
package/cli.js cli.jspackage/cli.js renamed to cli.js
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "@akoskm/create-mcp-server-stdio",
3
- "version": "0.0.11",
+ "version": "0.0.12",
4
"description": "MCP Server Starter kit using the StdioServerTransport",
5
- "main": "package/cli.js",
+ "main": "cli.js",
6
"packageManager": "[email protected]",
7
"repository": {
8
"type": "git",
@@ -17,7 +17,7 @@
17
},
18
"type": "module",
19
"files": [
20
- "package/cli.js"
+ "cli.js"
21
],
22
"scripts": {},
23
"keywords": [],
@@ -34,6 +34,6 @@
34
"typescript": "^5.8.3"
35
36
"bin": {
37
- "create-mcp-server-stdio": "./package/cli.js"
+ "create-mcp-server-stdio": "./cli.js"
38
}
39
0 commit comments