File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Before starting, ensure you have:
22
22
23
23
## 🚀 Step 1: Test the Server (1 minute)
24
24
25
- Run this command to test your database connection :
25
+ Run this command to validate that you have ` uvx ` working and can access the MCP Server package :
26
26
27
27
``` bash
28
28
uvx teradata-mcp-server --help
@@ -34,7 +34,7 @@ If that works, test with your database:
34
34
uvx teradata-mcp-server --database_uri " teradata://username:password@host:1025/database"
35
35
```
36
36
37
- You should see "Created tool: [ tool_name ] " messages. Press ` Ctrl+C ` to stop.
37
+ You should see "NFO Starting MCP server 'teradata-mcp-server' with transport 'stdio' " messages. Press ` Ctrl+C ` to stop.
38
38
39
39
## 🔧 Step 2: Configure Claude Desktop (2 minutes)
40
40
@@ -47,7 +47,7 @@ You should see "Created tool: [tool_name]" messages. Press `Ctrl+C` to stop.
47
47
"mcpServers" : {
48
48
"teradata" : {
49
49
"command" : " uvx" ,
50
- "args" : [" teradata-mcp-server" , " --profile " , " all " ],
50
+ "args" : [" teradata-mcp-server" ],
51
51
"env" : {
52
52
"DATABASE_URI" : " teradata://USERNAME:PASSWORD@HOST:1025/DATABASE"
53
53
}
You can’t perform that action at this time.
0 commit comments