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
Copy file name to clipboardExpand all lines: docs/toolhive/guides-k8s/tool-config.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,8 @@ spec:
85
85
description: Merge a GitHub pull request
86
86
```
87
87
88
-
The key in the `toolsOverride` map is the original tool name; the `name` field is the user-visible (overridden) name.
88
+
The key in the `toolsOverride` map is the original tool name; the `name` field
89
+
is the user-visible (overridden) name.
89
90
90
91
:::info[Override fields]
91
92
You can override name or description independently. Leave one unset to keep the original value from the MCP server. Both fields cannot be empty at the same time.
0 commit comments