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
@@ -16,14 +16,19 @@ A Model Context Protocol (MCP) server that enables natural language queries to d
16
16
17
17
We support MySQL database now and more dialects are coming soon.
18
18
19
-
## Features
19
+
## 1. Features
20
20
- Fetch data by natural language through [XiYanSQL](https://github.com/XGenerationLab/XiYan-SQL)
21
21
- List available MySQL tables as resources
22
22
- Read table contents
23
23
24
+
## 2. Tool Preview
25
+
- The tool ``get_data_via_natural_language`` provides a natural language interface for retrieving data from a database. This server will convert the input natural language into SQL using a built-in model and call the database to return the query results.
24
26
27
+
- The ``mysql://{table_name}`` resource allows obtaining a portion of sample data from the database for model reference when a specific table_name is specified.
28
+
- The ``mysql://`` resource will list the names of the current databases
25
29
26
-
## Installation
30
+
## 3. Installation
31
+
### 3.1 Install from pip
27
32
28
33
Python 3.11+ is required.
29
34
you can install the server through pip, and it will install the latest verion
0 commit comments