Skip to content

Commit 5118299

Browse files
dtehan-tdclaude
andauthored
Update documentation paths from scripts/client_examples to examples (#127)
Fixed broken links in client guide documentation by updating paths to point to the correct examples directory structure. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent dd30778 commit 5118299

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/client_guide/CLIENT_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are many client options that you can choose from, they each have different
2121
- [teradata-trusted-data-agent](https://github.com/rgeissen/teradata-trusted-data-agent)
2222

2323
## Audio Client
24-
- [MCP Voice Client](../../scripts/client_examples/MCP_VoiceClient/README.md)
24+
- [MCP Voice Client](../../examples/MCP_VoiceClient/README.md)
2525

2626
## Code Clients
2727
- [Visual Studio Code](./Visual_Studio_Code.md)

docs/client_guide/Claude_desktop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Modify your claude desktop configuration file - `claude_desktop_config.json` co
88

99
The simplest option is to start the mcp server with Claude and enable communication over stdio
1010

11-
Example can be found in [claude_desktop_stdio_config](../../scripts/client_examples/Claude_Desktop_Config_Files/claude_desktop_stdio_config)
11+
Example can be found in [claude_desktop_stdio_config](../../examples/Claude_Desktop_Config_Files/claude_desktop_stdio_config)
1212

1313
Note: you will need to modify the directory path in the args for your system, this needs to be a complete path. You may also need to have a complete path to uv in the command as well.
1414

@@ -20,7 +20,7 @@ Note: The PROFILE variable is optional, you can change its value to instantiate
2020

2121
If you have a Teradata MCP Server instance running and available via http (1), you can connect to it using the [mcp-remote npx package](https://www.npmjs.com/package/mcp-remote).
2222

23-
Example can be found in [claude_desktop_http_config](../../test/Claude_Desktop_Config_Files/claude_desktop_http_config)
23+
Example can be found in [claude_desktop_http_config](../../examples/Claude_Desktop_Config_Files/claude_desktop_http_config)
2424

2525
Note: The Claude Desktop example assumes a server running locally on port 8001 - modify as needed.
2626

@@ -30,6 +30,6 @@ Note (1): See UV or Docker options in the [Getting Started](../GETTING_STARTED.m
3030

3131
Warning: We are not actively maintaining and testing the SSE functionality.
3232

33-
Example can be found in [claude_desktop_SSE_config](../../scripts/client_examples/Claude_Desktop_Config_Files/claude_desktop_SSE_config)
33+
Example can be found in [claude_desktop_SSE_config](../../examples/Claude_Desktop_Config_Files/claude_desktop_SSE_config)
3434

3535
Note: you may need to modify the host in the args.

0 commit comments

Comments
 (0)