Skip to content

Commit 9d808be

Browse files
committed
Fix broken links and update diagram
1 parent 0bf0b3e commit 9d808be

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/toolhive/guides-cli/custom-permissions.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,13 @@ architecture-beta
231231
service mcp_client(server)[MCP client]
232232
service toolhive_proxy(server)[ToolHive HTTP proxy process]
233233
234-
group container_runtime(server)[Container runtime]
235-
group thv_internal(server)[Isolated network] in container_runtime
234+
group container_runtime[Container runtime]
235+
group thv_internal[Isolated network] in container_runtime
236236
service egress(server)[Egress proxy container] in container_runtime
237237
service mcp_server(server)[MCP server container] in thv_internal
238238
service dns_container(server)[DNS container] in container_runtime
239239
240-
group external(internet)[External Resources]
240+
group external[External Resources]
241241
service external_service(internet)[External service] in external
242242
service external_dns(internet)[External DNS] in external
243243

docs/toolhive/guides-cli/registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ and security profile before running it.
119119
- **Tools list** (line 8): The list of tools this MCP server provides
120120
- **Configuration** (line 16): Required and optional environment variables
121121
needed to run the server
122-
- **Permissions** (line 21): The permissions profile applied to the server,
122+
- **Permissions** (line 21): The permission profile applied to the server,
123123
including file system and network access (see
124-
[Custom permissions](./custom-permissions.md))
124+
[Custom permissions](./custom-permissions.mdx))
125125

126126
## Use a remote registry
127127

docs/toolhive/guides-cli/run-mcp-servers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The optional `:ro` suffix makes the volume read-only in the container. This is
110110
useful for sharing files without letting the MCP server modify them.
111111

112112
ToolHive automatically adds mounted paths to the MCP server's
113-
[permissions profile](./custom-permissions.md).
113+
[permission profile](./custom-permissions.mdx).
114114

115115
For example, to mount a local directory to the Filesystem MCP server:
116116

@@ -371,7 +371,7 @@ control your servers.
371371
- [`thv run` command reference](../reference/cli/thv_run.md)
372372
- [Client configuration](client-configuration.md)
373373
- [Secrets management](secrets-management.mdx)
374-
- [Custom permissions](custom-permissions.md)
374+
- [Custom permissions](custom-permissions.mdx)
375375

376376
## Troubleshooting
377377

docs/toolhive/guides-k8s/run-mcp-k8s.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Permission profiles can be configured in two ways:
412412
```
413413

414414
The ConfigMap should contain a JSON
415-
[permissions profile](../guides-cli/custom-permissions.md#create-a-custom-permissions-profile).
415+
[permission profile](../guides-cli/custom-permissions.mdx#create-a-custom-permission-profile).
416416

417417
:::important
418418

@@ -434,7 +434,7 @@ to learn how to connect to MCP servers using different clients.
434434

435435
- [Deploy the operator using Helm](./deploy-operator-helm.md) - Install the
436436
ToolHive operator
437-
- [Custom permissions](../guides-cli/custom-permissions.md) - Configure
437+
- [Custom permissions](../guides-cli/custom-permissions.mdx) - Configure
438438
permission profiles
439439

440440
## Troubleshooting

docs/toolhive/tutorials/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ server. Here are some next steps to explore:
276276
[`thv run <server-name>`](../reference/cli/thv_run.md)
277277
- Learn about [secrets management](../guides-cli/secrets-management.mdx) for MCP
278278
servers that require authentication
279-
- Explore [custom permissions](../guides-cli/custom-permissions.md) for MCP
279+
- Explore [custom permissions](../guides-cli/custom-permissions.mdx) for MCP
280280
servers
281281
- Set up [shell completion](../guides-cli/install.mdx#enable-shell-completion)
282282
to make ToolHive commands easier to use

0 commit comments

Comments
 (0)