File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ AI Desktop tool of your choice. This MCP server will use the same version number
9696supported Exasol MCP-Server. Equal version numbers indicate the same functionality, plus the
9797Text-to-SQL option.
9898
99- ## Using the server with the Claude Desktop.
99+ ## Using the server with the Claude Desktop (and probably others) .
100100
101101To enable the Claude Desktop using the Exasol MCP server, the latter must be listed
102102in the configuration file ` claude_desktop_config.json ` .
@@ -126,7 +126,11 @@ example.
126126```
127127
128128With these settings, uv will install and run the "exasol-mcp-package" in an
129- ephemeral environment, using the default ` uv ` parameters and default server settings.
129+ ephemeral environment, using the default ` uv ` parameters and default server settings.
130+
131+ Other AI Desktop applications may use the same syntax to configure MCP servers.
132+ Consult the documentation of the respective AI Desktop application for detailed
133+ information about configuring the MCP server.
130134
131135## Configuration settings
132136
Original file line number Diff line number Diff line change 99########################
1010
1111import chromadb
12- from chromadb .config import Settings
1312from cryptography .fernet import Fernet
1413from datetime import datetime
1514from dotenv import load_dotenv
Original file line number Diff line number Diff line change 22name = " exasol-mcp-server"
33version = " 0.1.0"
44requires-python = " >=3.10,<4.0"
5- description = " Exasol MCP Server"
5+ description = " Exasol MCP Server with Text-to-SQL option "
66authors = [
7- {name = " Mikhail Beck " , email = " mikhail.beck @exasol.com" },
7+ {name = " Dirk Beerbohm " , email = " dirk.beerbohm @exasol.com" },
88]
99readme = " README.md"
1010license = " MIT"
11- keywords = [' exasol' , ' MCP server' ]
11+ keywords = [' exasol' , ' MCP server' , ' Text to SQL ' ]
1212dynamic = [" dependencies" ]
1313
1414[project .scripts ]
@@ -21,8 +21,8 @@ packages = [
2121]
2222
2323[poetry .urls ]
24- repository = " https://github.com/exasol/mcp-server"
25- homepage = " https://github.com/exasol/mcp-server"
24+ repository = " https://github.com/exasol/exasol-labs-text2sql- mcp-server"
25+ homepage = " https://github.com/exasol/exasol-labs-text2sql- mcp-server/ "
2626
2727[tool .poetry .dependencies ]
2828fastmcp = " ^2.10.4"
@@ -84,7 +84,7 @@ module = [
8484ignore_errors = true
8585
8686[tool .sonar ]
87- projectKey = " exasol.com:mcp-server"
87+ projectKey = " exasol.com:mcp-server-text-to-sql "
8888hostUrl = " https://sonarcloud.io"
8989organization = " exasol"
9090exclusions = " exasol/ai/mcp/server/version.py"
You can’t perform that action at this time.
0 commit comments