File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ The optional `:ro` suffix makes the volume read-only in the container. This is
110110useful for sharing files without letting the MCP server modify them.
111111
112112ToolHive automatically adds mounted paths to the MCP server's
113- [permissions profile](./custom-permissions.md ).
113+ [permission profile](./custom-permissions.mdx ).
114114
115115For 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
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ Permission profiles can be configured in two ways:
412412 ` ` `
413413
414414The 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments