@berthojoris/mcp-mysql-server 1.4.1 → 1.4.3
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.
- package/CHANGELOG.md +13 -0
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,19 @@ All notable changes to the MySQL MCP Server will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.4.3] - 2025-01-04
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated README.md with comprehensive parameter validation error troubleshooting section
|
|
12
|
+
- Ensured all documentation is up-to-date with latest fixes
|
|
13
|
+
- No functional code changes from version 1.4.2
|
|
14
|
+
|
|
15
|
+
## [1.4.2] - 2025-01-04
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Re-published package to ensure README.md displays correctly on npmjs.com
|
|
19
|
+
- No functional changes from version 1.4.1
|
|
20
|
+
|
|
8
21
|
## [1.4.1] - 2025-01-04
|
|
9
22
|
|
|
10
23
|
### Fixed
|
package/dist/mcp-server.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@berthojoris/mcp-mysql-server",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "Model Context Protocol server for MySQL database integration with dynamic per-project permissions and data export capabilities",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|