We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77215e7 commit 0e6937eCopy full SHA for 0e6937e
guides/mcp-integration/index.md
@@ -195,6 +195,20 @@ The finished MCP tool list should appear as below:
195
196
For automation or scripting, you can also configure MCP tools using the CLI:
197
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
206
207
+tg-set-mcp-tool --id get_bank_balance \
208
209
+```
210
211
+For Podman:
212
```bash
213
# Configure the three MCP tools
214
tg-set-mcp-tool --id get_current_time \
0 commit comments