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 4fbacad commit 20640beCopy full SHA for 20640be
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@akoskm/create-mcp-server-stdio",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "MCP Server Starter kit using the StdioServerTransport",
5
"main": "dist/index.js",
6
"packageManager": "[email protected]",
@@ -16,6 +16,9 @@
16
"access": "public"
17
},
18
"type": "module",
19
+ "files": [
20
+ "package"
21
+ ],
22
"scripts": {},
23
"keywords": [],
24
"author": "",
0 commit comments