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 c0bbe7f commit 9b49ff0Copy full SHA for 9b49ff0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@akoskm/create-mcp-server-stdio",
3
- "version": "0.0.10",
+ "version": "0.0.11",
4
"description": "MCP Server Starter kit using the StdioServerTransport",
5
"main": "package/cli.js",
6
"packageManager": "[email protected]",
@@ -17,7 +17,7 @@
17
},
18
"type": "module",
19
"files": [
20
- "package"
+ "package/cli.js"
21
],
22
"scripts": {},
23
"keywords": [],
0 commit comments