@@ -36,6 +36,19 @@ end of this README shall remain valid.
3636
3737__ Do NOT use the MCP-Server with the Text-to-SQL option if you do not agree to these conditions!__
3838
39+ ## Introduction
40+
41+ Text-to-SQL is nothing unknown or rarely technology anymore. However, most of the solutions rely on
42+ publicly served Large Langauge Models (LLM) by companies like OpenAI, or Antrophic. This contradicts
43+ the principle of * Data Sovereignty* where your keep full control of your data or metadata. Moving
44+ the transformation of natural language into SQL is not enough, as widely used AI Desktops, e.g.
45+ Antrophic Claude utilize a public served LLM to render the results. To fully protect your data you
46+ have to use a AI Desktop application which allows to use a self-hosted Large Language model.
47+
48+ The MCP sever with the text-to-sql option can be used with commercially AI Desktops like Claude or
49+ open source AI Desktops like Jan.ai.
50+
51+
3952## Features
4053
4154- Checks the relevance of a natural language question for a requested database schema
@@ -76,17 +89,19 @@ in the `uv` official documentation.
7689
7790### Remark
7891
79- Do not configure the Exasol supported MCP server and this MCP server at the same time within the
80- AI Desktop tool of your choice.
92+ Do not configure the Exasol supported MCP server and this MCP server at the same time within the
93+ AI Desktop tool of your choice. This MCP server will use the same version numbers as the officially
94+ supported Exasol MCP-Server. Equal version numbers indicate the same functionality, plus the
95+ Text-to-SQL option.
8196
8297## Using the server with the Claude Desktop.
8398
8499To enable the Claude Desktop using the Exasol MCP server, the latter must be listed
85100in the configuration file ` claude_desktop_config.json ` .
86101
87102To find the configuration file, click on the Settings and navigate to the
88- “Developer” tab. This section contains options for configuring MCP servers and other
89- developer features. Click the “Edit Config” button to open the configuration file in
103+ “Developer” tab. This section contains options for configuring MCP servers and other
104+ developer features. Click the “Edit Config” button to open the configuration file in
90105the editor of your choice.
91106
92107Add the Exasol MCP server to the list of MCP servers as shown in this configuration
0 commit comments