Skip to content

Commit 0e6937e

Browse files
committed
Fix MCP guide
1 parent 77215e7 commit 0e6937e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

guides/mcp-integration/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,20 @@ The finished MCP tool list should appear as below:
195195

196196
For automation or scripting, you can also configure MCP tools using the CLI:
197197

198+
For Docker:
199+
```bash
200+
# Configure the three MCP tools
201+
tg-set-mcp-tool --id get_current_time \
202+
--tool-url "http://host.docker.internal:9870/mcp"
203+
204+
tg-set-mcp-tool --id get_tesla_list_prices \
205+
--tool-url "http://host.docker.internal:9870/mcp"
206+
207+
tg-set-mcp-tool --id get_bank_balance \
208+
--tool-url "http://host.docker.internal:9870/mcp"
209+
```
210+
211+
For Podman:
198212
```bash
199213
# Configure the three MCP tools
200214
tg-set-mcp-tool --id get_current_time \

0 commit comments

Comments
 (0)