Skip to content

Commit 5679585

Browse files
committed
fix: Revert package name and author information in package.json and package-lock.json
- Reverting package name & description to original author in `package.json` and `package-lock.json`
1 parent e14bd22 commit 5679585

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@bulgariamitko/mcp-server-mysql-write",
2+
"name": "@benborla29/mcp-server-mysql",
33
"version": "2.0.6",
4-
"description": "MCP server for interacting with MySQL databases with write operations support (modified from @benborla29/mcp-server-mysql)",
4+
"description": "MCP server for interacting with MySQL databases based on Node",
55
"license": "MIT",
6-
"author": "Dimitar Klaturov (https://github.com/bulgariamitko) - Modified from Ben Borla (https://github.com/benborla)",
6+
"author": "Ben Borla (https://github.com/benborla)",
77
"type": "module",
88
"main": "dist/index.js",
99
"module": "index.ts",

0 commit comments

Comments
 (0)