Skip to content

Commit 19425ca

Browse files
committed
minor changes. add loom video
1 parent 42b9639 commit 19425ca

1 file changed

Lines changed: 29 additions & 19 deletions

File tree

docs/configuration/holmesgpt/remote_mcp_servers.rst

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ For this demo we will use
5656

5757
Check out supergatway docs to find out other useful flags.
5858

59+
**See it in action**
60+
61+
.. raw:: html
62+
63+
<div>
64+
<a href="https://www.loom.com/share/1b290511b79942c7b1d672a2a4cde105">
65+
<img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/1b290511b79942c7b1d672a2a4cde105-ed4eed3f9d70b125-full-play.gif">
66+
</a>
67+
</div>
68+
5969
1. Run stdio MCP as SSE
6070
""""""""""""""""""""""""""""""
6171
.. md-tab-set::
@@ -154,6 +164,25 @@ Use this config according to your use case.
154164

155165
.. md-tab-set::
156166

167+
.. md-tab-item:: Holmes CLI
168+
169+
Use a config file, and pass it when running cli commands.
170+
171+
**custom_toolset.yaml:**
172+
173+
.. code-block:: yaml
174+
175+
mcp_servers:
176+
mcp_server_1:
177+
description: "Dynatrace observability platform. Bring real-time observability data directly into your development workflow."
178+
url: "http://localhost:8003/sse"
179+
180+
You can now use Holmes via the CLI with your configured MCP server. For example:
181+
182+
.. code-block:: bash
183+
184+
holmes ask -t custom_toolset.yaml "Using dynatrace what issues do I have in my cluster?"
185+
157186
.. md-tab-item:: Robusta Helm Chart
158187

159188
**Helm Values:**
@@ -174,22 +203,3 @@ Use this config according to your use case.
174203
helm upgrade robusta robusta/robusta --values=generated_values.yaml --set clusterName=<YOUR_CLUSTER_NAME>
175204
176205
After the deployment is complete, you can open the HolmesGPT chat in the Robusta SaaS UI and ask questions like *Using dynatrace what issues do I have in my cluster?*.
177-
178-
.. md-tab-item:: Holmes CLI
179-
180-
Use a config file, and pass it when running cli commands.
181-
182-
**custom_toolset.yaml:**
183-
184-
.. code-block:: yaml
185-
186-
mcp_servers:
187-
mcp_server_1:
188-
description: "Dynatrace observability platform. Bring real-time observability data directly into your development workflow."
189-
url: "http://localhost:8003/sse"
190-
191-
You can now use Holmes via the CLI with your configured MCP server. For example:
192-
193-
.. code-block:: bash
194-
195-
holmes ask -t custom_toolset.yaml "Using dynatrace what issues do I have in my cluster?"

0 commit comments

Comments
 (0)