Skip to content

Commit 493b9c3

Browse files
authored
Merge branch 'main' into embed-config-files-in-the-build
2 parents f7bf1ec + b3ad7a1 commit 493b9c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/server_guide/QUICK_START.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2828
uvx teradata-mcp-server --help
@@ -34,7 +34,7 @@ If that works, test with your database:
3434
uvx 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
}

0 commit comments

Comments
 (0)