@berthojoris/mcp-mysql-server 1.10.2 → 1.10.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 +7 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ 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.10.3] - 2025-11-26
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Fixed inconsistency in documentation category names in the Dual-Layer configuration example
|
|
12
|
+
- Changed from 'data_read,schema_inspection' to 'crud_operations,custom_queries' to match the Documentation Categories table
|
|
13
|
+
- Ensures consistency throughout the documentation
|
|
14
|
+
|
|
8
15
|
## [1.10.0] - 2025-11-25
|
|
9
16
|
|
|
10
17
|
### Added
|
package/README.md
CHANGED
|
@@ -181,7 +181,7 @@ Most AI agents use a similar JSON configuration format. Use the appropriate conf
|
|
|
181
181
|
"@berthojoris/mysql-mcp",
|
|
182
182
|
"mysql://user:password@localhost:3306/database",
|
|
183
183
|
"list,read,utility",
|
|
184
|
-
"
|
|
184
|
+
"database_discovery,crud_operations,custom_queries"
|
|
185
185
|
]
|
|
186
186
|
}
|
|
187
187
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@berthojoris/mcp-mysql-server",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.3",
|
|
4
4
|
"description": "Model Context Protocol server for MySQL database integration with dynamic per-project permissions, backup/restore, data import/export, and data migration capabilities",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|