Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/mysql-mcp-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ A Python-based MCP (Model Context Protocol) server that provides a suite of tool
- `ml_generate`: Text generation with GenAI
- `ragify_column`: Create/populate vector columns for embeddings
- `ask_ml_rag`: Retrieval-augmented generation from vector stores
- `ask_ml_rag_vector_store`: Retrieve segments from the default vector store (skip_generate)
- `ask_ml_rag_innodb`: Retrieve segments from InnoDB tables using specified segment and embedding columns
- `heatwave_ask_help`: Answers questions about how to use HeatWave ML
- `ask_nl_sql`: Convert natural language questions into SQL queries and execute them automatically
- `retrieve_relevant_schema_information`: Retrieve relevant schemas and tables (DDL) for a natural language question

- **Vector Store Management**
- List files in `secure_file_priv` (local mode)
Expand Down