We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5eb6b6 commit 667833aCopy full SHA for 667833a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@benborla29/mcp-server-mysql",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "MCP server for interacting with MySQL databases based on Node",
5
"license": "MIT",
6
"author": "Ben Borla (https://github.com/benborla)",
@@ -13,7 +13,7 @@
13
"README.md"
14
],
15
"scripts": {
16
- "build": "tsc && shx chmod +x dist/index.js",
+ "build": "tsc && shx chmod +x dist/*.js",
17
"prepare": "npm run build",
18
"watch": "tsc --watch"
19
},
0 commit comments