Skip to content

Commit bd7a955

Browse files
author
Akos Komuves
committed
bump version to 0.0.7, update cli path, and clean up package.json
1 parent e1f356e commit bd7a955

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
2-
.DS_Store
3-
dist
2+
.DS_Store

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akoskm/create-mcp-server-stdio",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "MCP Server Starter kit using the StdioServerTransport",
55
"main": "dist/index.js",
66
"packageManager": "[email protected]",
@@ -16,12 +16,7 @@
1616
"access": "public"
1717
},
1818
"type": "module",
19-
"files": [
20-
"dist"
21-
],
22-
"scripts": {
23-
"build": "tsc"
24-
},
19+
"scripts": {},
2520
"keywords": [],
2621
"author": "",
2722
"license": "ISC",
@@ -36,6 +31,6 @@
3631
"typescript": "^5.8.3"
3732
},
3833
"bin": {
39-
"create-mcp-server-stdio": "dist/cli.js"
34+
"create-mcp-server-stdio": "package/cli.js"
4035
}
4136
}
File renamed without changes.

0 commit comments

Comments
 (0)