@praise25/mcp-server-mysql 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import * as dotenv from "dotenv";
2
2
  import { parseSchemaPermissions } from "../utils/index.js";
3
- export const MCP_VERSION = "2.0.2";
3
+ export const MCP_VERSION = "1.0.2";
4
4
  dotenv.config();
5
5
  if (process.env.NODE_ENV === "test" && !process.env.MYSQL_DB) {
6
6
  process.env.MYSQL_DB = "mcp_test_db";
@@ -20,7 +20,7 @@ export const MYSQL_MAX_QUERY_COMPLEXITY = Number(process.env.MYSQL_MAX_QUERY_COM
20
20
  export const isMultiDbMode = !process.env.MYSQL_DB || process.env.MYSQL_DB.trim() === "";
21
21
  export const mcpConfig = {
22
22
  server: {
23
- name: "@benborla29/mcp-server-mysql",
23
+ name: "@praise25/mcp-server-mysql",
24
24
  version: MCP_VERSION,
25
25
  connectionTypes: ["stdio", "streamableHttp"],
26
26
  },
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praise25/mcp-server-mysql",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for interacting with MySQL databases based on Node",
5
5
  "license": "MIT",
6
6
  "author": "SteveFunso",
7
7
  "repository": {
8
- "url": "https://github.com/SteveFunso/mcp-server-mysql.git"
8
+ "url": "git+https://github.com/SteveFunso/mcp-server-mysql.git"
9
9
  },
10
10
  "type": "module",
11
11
  "main": "dist/index.js",
@@ -82,4 +82,4 @@
82
82
  "mcp-options",
83
83
  "mcp-head"
84
84
  ]
85
- }
85
+ }