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:
2222
2323## 🚀 Step 1: Test the Server (1 minute)
2424
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 :
2626
2727``` bash
2828uvx teradata-mcp-server --help
@@ -34,7 +34,7 @@ If that works, test with your database:
3434uvx teradata-mcp-server --database_uri " teradata://username:password@host:1025/database"
3535```
3636
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.
3838
3939## 🔧 Step 2: Configure Claude Desktop (2 minutes)
4040
@@ -47,7 +47,7 @@ You should see "Created tool: [tool_name]" messages. Press `Ctrl+C` to stop.
4747 "mcpServers" : {
4848 "teradata" : {
4949 "command" : " uvx" ,
50- "args" : [" teradata-mcp-server" , " --profile " , " all " ],
50+ "args" : [" teradata-mcp-server" ],
5151 "env" : {
5252 "DATABASE_URI" : " teradata://USERNAME:PASSWORD@HOST:1025/DATABASE"
5353 }
You can’t perform that action at this time.
0 commit comments