We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f25e89 commit 49b00b9Copy full SHA for 49b00b9
package.json
@@ -1,10 +1,12 @@
1
{
2
"name": "@benborla29/mcp-server-mysql",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "MCP server for interacting with MySQL databases based on Node",
5
"license": "MIT",
6
"author": "Ben Borla (https://github.com/benborla)",
7
"type": "module",
8
+ "main": "dist/index.js",
9
+ "preferGlobal": true,
10
"bin": {
11
"mcp-server-mysql": "dist/index.js"
12
},
0 commit comments