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
Copy file name to clipboardExpand all lines: README.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The server is not intended to be a complete or hardened production solution. Ins
37
37
- For Windows: CONNX ODBC Driver.
38
38
- For Linux: unixODBC with CONNX driver
39
39
- Valid CONNX DSN (Data Source Name) configured in your system
40
-
- Database credentials with appropriate read/write permissions
40
+
- Database and CONNX credentials with appropriate read/write permissions
41
41
42
42
## Installation
43
43
@@ -75,7 +75,7 @@ connection_string = (
75
75
76
76
## Usage
77
77
78
-
This server is designed to be launched by an MCP host (e.g., Claude Desktop) using stdio transport.
78
+
This server is designed to be launched by an MCP host (e.g., Claude Desktop) using stdio transport. See [Integrate in MCP Host Config](#integrate-in-mcp-host-config)
79
79
80
80
You typically do not run the Python code manually except for smoke testing.
81
81
@@ -329,16 +329,19 @@ Resources (not tools, but available via MCP resources)
329
329
## Tool Summary by Use Case
330
330
331
331
**For exploring data:**
332
+
332
333
-`describe_entities` - Start here to see what's available
0 commit comments