Skip to content

Commit 327f62d

Browse files
authored
Update README.md
1 parent 98d949b commit 327f62d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Exasol MCP Server
1+
# Exasol MCP Server with Text-to-SQL option
22

33
<p align="center">
44

@@ -16,17 +16,15 @@
1616
</a>
1717
</p>
1818

19-
Provides an LLM access to the Exasol database via MCP tools. Includes the
20-
tools for reading the database metadata and executing data reading queries.
19+
Provides an LLM access to the Exasol database via MCP tools. Includes tools
20+
for reading the database metadata and executing data reading queries, and a
21+
tool for transforming natural language into SQL statements.
2122

2223
## Features
2324

24-
- Collects the metadata.
25-
* Enumerates the existing database objects, including schemas, tables, views, functions and UDF scripts.
26-
* Provides a filtering mechanisms to use with object enumeration.
27-
* Describes the database objects: for tables returns the list of columns and constraints; for functions and scripts - the list of input and output parameters.
28-
- Executes provided data reading SQL query. Disallows any other type of query.
29-
25+
- Blah
26+
- Blah
27+
-
3028
## Prerequisites
3129

3230
- [Python](https://www.python.org/) >= 3.10.

0 commit comments

Comments
 (0)