Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/server_guide/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before starting, ensure you have:
- [Claude Desktop](https://claude.ai/download) installed
- [uv](https://docs.astral.sh/uv/getting-started/installation/) installed
- macOS: `brew install uv`
- Windows: `winget install astral-sh.uv`
- Windows: `winget install astral-sh.uv`, alternatively `pip install uv`

## 🚀 Step 1: Test the Server (1 minute)

Expand Down Expand Up @@ -89,7 +89,8 @@ You should see Claude connect to your Teradata database and return results!

**Server won't start?**
- Check your `DATABASE_URI` format
- Verify database connectivity: `ping your-host`
- Check if the tool works with the --help arguments. Eg. `teradata-mcp-server --version`
- Force update to the latest version `uvx teradata-mcp-server --no-cache`
- Rollback to a prior version changing your config file: `"args": ["teradata-mcp-server==0.1.3", "--profile", "all"],`
- See [Installation Guide](INSTALLATION.md) for alternative methods

Expand Down
1 change: 1 addition & 0 deletions docs/server_guide/VIDEO_LIBRARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The video library is a curation of videos that the community believes would be valuable for new members.

## Demo's
[Server Overview and demo](https://www.teradata.com/insights/videos/build-ai-agents-using-mcp-server) - Overview of the MCP server and demo of Exploratory Data Analysis, Data Lineage, DBA use cases and building a simple voice assistant.
[DBA use cases](https://www.youtube.com/watch?v=CYUs1tRoO1M&t=14s) - this demo is a short overview of the server along with some simple DBA use cases.


Expand Down