You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mysql-mcp-server/README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,23 @@ A Python-based MCP (Model Context Protocol) server that provides a suite of tool
4
4
5
5
## Overview
6
6
7
-
`mysql_mcp_server.py` is a FastMCP-based server that provides tools for managing MySQL connections, executing SQL, using MySQL AI ML/AI features, and working with OCI Object Storage.
7
+
`mysql_mcp_server.py` is a FastMCP-based server that provides tools for managing MySQL connections, executing SQL, using MySQL AI or MySQL HeatWave ML/GenAI features, and working with OCI Object Storage. MySQL MCP Server is the recommended server to get started with HeatWave AI and the only server in this repo that supports MySQL AI.
8
8
9
9
## Features
10
10
11
11
-**Database Connection Management**
12
12
- Load connection configs from JSON or environment variables
13
13
- List all configured database connections
14
-
- Validate connectivity and resolve provider mode (MySQL AI vs. OCI)
14
+
- Validate connectivity and resolve provider mode (MySQL AI vs. MySQL HeatWave)
15
15
16
16
-**Database Operations**
17
17
- Execute SQL queries
18
18
19
-
-**MySQL AI ML and AI Tools**
20
-
-`ml_generate`: Text generation with MySQL AI GenAI
19
+
-**MySQL AI and MySQL HeatWave ML and GenAI Tools**
20
+
-`ml_generate`: Text generation with GenAI
21
21
-`ragify_column`: Create/populate vector columns for embeddings
22
22
-`ask_ml_rag`: Retrieval-augmented generation from vector stores
23
+
-`heatwave_ask_help`: Answers questions about how to use HeatWave ML
23
24
24
25
-**Vector Store Management**
25
26
- List files in `secure_file_priv` (local mode)
@@ -62,14 +63,13 @@ see the [OCI SDK documentation](https://docs.oracle.com/en-us/iaas/Content/API/C
0 commit comments