@berthojoris/mcp-mysql-server 1.16.2 → 1.16.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 +12 -0
- package/README.md +25 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ 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.16.3] - 2025-12-11
|
|
9
|
+
|
|
10
|
+
### Documentation
|
|
11
|
+
- **README.md Enhancement** - Added comprehensive AI Enhancement tools documentation
|
|
12
|
+
- Updated total tool count from 134 to 142 tools
|
|
13
|
+
- Added detailed "🤖 AI Enhancement Tools (Phase 1 - Implemented)" section
|
|
14
|
+
- Listed all 8 AI tools in Available Tools table with full names
|
|
15
|
+
- Included practical use cases for each AI tool category
|
|
16
|
+
- Tools documented: `build_query_from_intent`, `suggest_query_improvements`, `smart_search`,
|
|
17
|
+
`find_similar_columns`, `discover_data_patterns`, `generate_documentation`,
|
|
18
|
+
`generate_data_dictionary`, `generate_business_glossary`
|
|
19
|
+
|
|
8
20
|
## [1.16.2] - 2025-12-11
|
|
9
21
|
|
|
10
22
|
### Fixed
|
package/README.md
CHANGED
|
@@ -647,11 +647,11 @@ Use both 2nd argument (permissions) and 3rd argument (categories):
|
|
|
647
647
|
|
|
648
648
|
## Available Tools
|
|
649
649
|
|
|
650
|
-
The MCP server provides **
|
|
650
|
+
The MCP server provides **142 powerful tools** organized into 23 categories:
|
|
651
651
|
|
|
652
652
|
### Quick Reference
|
|
653
653
|
|
|
654
|
-
**
|
|
654
|
+
**142 Tools Available** - Organized into 23 categories
|
|
655
655
|
|
|
656
656
|
| Category | Count | Key Tools |
|
|
657
657
|
|----------|-------|-----------|
|
|
@@ -678,7 +678,28 @@ The MCP server provides **134 powerful tools** organized into 23 categories:
|
|
|
678
678
|
| Schema Migrations | 9 | `create_migration`, `apply_migrations` |
|
|
679
679
|
| Utilities | 4 | `test_connection`, `export_table_to_csv` |
|
|
680
680
|
| Analysis | 4 | `get_column_statistics`, `get_database_summary`, `get_schema_erd` |
|
|
681
|
-
| **AI Enhancement** | 8 | `build_query_from_intent`, `smart_search`, `generate_documentation` |
|
|
681
|
+
| **AI Enhancement** | 8 | `build_query_from_intent`, `suggest_query_improvements`, `smart_search`, `find_similar_columns`, `discover_data_patterns`, `generate_documentation`, `generate_data_dictionary`, `generate_business_glossary` |
|
|
682
|
+
|
|
683
|
+
### 🤖 AI Enhancement Tools (Phase 1 - Implemented)
|
|
684
|
+
|
|
685
|
+
The MySQL MCP server includes advanced AI-powered productivity tools:
|
|
686
|
+
|
|
687
|
+
#### **Intelligent Query Assistant**
|
|
688
|
+
- **`build_query_from_intent`** - Converts natural language to optimized SQL queries
|
|
689
|
+
- **`suggest_query_improvements`** - AI-powered query optimization suggestions
|
|
690
|
+
- *Use case: "Show me active users from last month" → Automatically generates SQL*
|
|
691
|
+
|
|
692
|
+
#### **Smart Data Discovery Agent**
|
|
693
|
+
- **`smart_search`** - Semantic search for tables, columns, and data patterns
|
|
694
|
+
- **`find_similar_columns`** - Discover columns with similar names or data patterns
|
|
695
|
+
- **`discover_data_patterns`** - Automatic identification of data patterns and relationships
|
|
696
|
+
- *Use case: Find all customer-related columns across hundreds of tables*
|
|
697
|
+
|
|
698
|
+
#### **AI-Powered Documentation Generator**
|
|
699
|
+
- **`generate_documentation`** - Automatic database documentation with business glossary
|
|
700
|
+
- **`generate_data_dictionary`** - Interactive data dictionaries with examples
|
|
701
|
+
- **`generate_business_glossary`** - Business terminology mapping to technical fields
|
|
702
|
+
- *Use case: Generate complete documentation for a new database in seconds*
|
|
682
703
|
|
|
683
704
|
> **📖 For detailed tool descriptions, parameters, and examples, see [DOCUMENTATIONS.md](DOCUMENTATIONS.md#🔧-complete-tools-reference)**
|
|
684
705
|
|
|
@@ -696,7 +717,7 @@ For comprehensive documentation, see **[DOCUMENTATIONS.md](DOCUMENTATIONS.md)**:
|
|
|
696
717
|
- **Schema Versioning** - Version control for database schema changes
|
|
697
718
|
- **Transaction Management** - ACID transactions
|
|
698
719
|
- **Stored Procedures** - Create and execute with IN/OUT/INOUT parameters
|
|
699
|
-
-
|
|
720
|
+
- **🤖 AI Enhancement** - Natural language to SQL, smart data discovery, and auto-documentation (Phase 1 Complete)
|
|
700
721
|
- **Query Logging** - See all SQL queries executed automatically
|
|
701
722
|
- **Security Features** - Built-in security and best practices
|
|
702
723
|
- **Bulk Operations** - High-performance batch processing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@berthojoris/mcp-mysql-server",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.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",
|