You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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