We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b3f6d commit dc4b80dCopy full SHA for dc4b80d
1 file changed
docs/configuration/holmesgpt/remote_mcp_servers.rst
@@ -30,7 +30,7 @@ Example : MCP server configuration
30
31
mcp_server_2:
32
description: "MCP server that runs in my cluster"
33
- url: "http://asdasdasd"
+ url: "http://<service-name>.<namespace>.svc.cluster.local:<service-port>"
34
config:
35
headers:
36
key: "{{ env.my_mcp_server_key }}" # You can use holmes environment variables as headers for the MCP server requests.
0 commit comments