Skip to content

Commit 19d1892

Browse files
JAORMXdanbarr
andauthored
Update docs/toolhive/guides-k8s/tool-config.mdx
Co-authored-by: Dan Barr <[email protected]>
1 parent 5ebff6e commit 19d1892

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/toolhive/guides-k8s/tool-config.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,19 @@ The key in the `toolsOverride` map is the original tool name; the `name` field
8989
is the user-visible (overridden) name.
9090

9191
:::info[Override fields]
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.
92+
93+
You can override name or description independently. Leave one unset to keep the
94+
original value from the MCP server. Both fields cannot be empty at the same
95+
time.
96+
9397
:::
9498

9599
:::tip[When to rename?]
96-
If you run the same server for different scopes (for example, prod vs. sandbox), use distinct tool names like `github_prod_create_pr` and `github_sandbox_create_pr` to make intent clear to clients.
100+
101+
If you run the same server for different scopes (for example, prod vs. sandbox),
102+
use distinct tool names like `github_prod_create_pr` and
103+
`github_sandbox_create_pr` to make intent clear to clients.
104+
97105
:::
98106

99107
## Reference the configuration from an MCP server

0 commit comments

Comments
 (0)