Skip to content

Commit 667833a

Browse files
committed
updated package.json
1 parent d5eb6b6 commit 667833a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@benborla29/mcp-server-mysql",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "MCP server for interacting with MySQL databases based on Node",
55
"license": "MIT",
66
"author": "Ben Borla (https://github.com/benborla)",
@@ -13,7 +13,7 @@
1313
"README.md"
1414
],
1515
"scripts": {
16-
"build": "tsc && shx chmod +x dist/index.js",
16+
"build": "tsc && shx chmod +x dist/*.js",
1717
"prepare": "npm run build",
1818
"watch": "tsc --watch"
1919
},

0 commit comments

Comments
 (0)