@berthojoris/mcp-mysql-server 1.4.2 → 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 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.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
+
8
15
  ## [1.4.2] - 2025-01-04
9
16
 
10
17
  ### Changed
@@ -770,7 +770,7 @@ const TOOLS = [
770
770
  // Create the MCP server
771
771
  const server = new index_js_1.Server({
772
772
  name: 'mysql-mcp-server',
773
- version: '1.4.2',
773
+ version: '1.4.3',
774
774
  }, {
775
775
  capabilities: {
776
776
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berthojoris/mcp-mysql-server",
3
- "version": "1.4.2",
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",