Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/toolhive/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services and platforms like:
Yes. You can run any MCP server from a container image or source package, even
if it's not in the registry. Just provide the image name or package details when
starting the server using the CLI or UI. See the custom MCP server section in
the [UI guide](./guides-ui/run-mcp-servers.md#install-a-custom-mcp-server) and
the [UI guide](./guides-ui/run-mcp-servers.mdx#install-a-custom-mcp-server) and
[CLI guide](./guides-cli/run-mcp-servers.mdx#run-a-custom-mcp-server) for more
details.

Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/guides-mcp/filesystem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ does not provide filesystem access, or for demonstrating MCP capabilities.
Select the `filesystem` MCP server in the ToolHive registry.

In the **Storage volumes** section,
[add local files or folders](../guides-ui/run-mcp-servers.md#volumes) to expose
[add local files or folders](../guides-ui/run-mcp-servers.mdx#volumes) to expose
to the MCP server. In the drop-down, choose whether to mount the volume as
read-only or read-write.

Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/guides-ui/client-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ for some common examples.
## Related information

- [Client compatibility](../reference/client-compatibility.mdx)
- [Run MCP servers](./run-mcp-servers.md)
- [Run MCP servers](./run-mcp-servers.mdx)
2 changes: 1 addition & 1 deletion docs/toolhive/guides-ui/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ improvement. Review the
## Next steps

Now that you have ToolHive installed, you can start using it to run and manage
MCP servers. See [Run MCP servers](./run-mcp-servers.md) to get started.
MCP servers. See [Run MCP servers](./run-mcp-servers.mdx) to get started.

## Related information

Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/guides-ui/network-isolation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ The configuration pictured below allows the MCP server to access

## Related information

- [Run MCP servers](./run-mcp-servers.md)
- [Run MCP servers](./run-mcp-servers.mdx)
2 changes: 1 addition & 1 deletion docs/toolhive/guides-ui/registry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ After exploring the registry and finding servers you want to use:
## Related information

- [Install ToolHive UI](./install.mdx) - Get started with ToolHive
- [Run MCP servers](./run-mcp-servers.md) - Install and manage servers from the
- [Run MCP servers](./run-mcp-servers.mdx) - Install and manage servers from the
registry
- [Custom registry tutorial](../tutorials/custom-registry.mdx) - Create your own
MCP server registry
Expand Down
255 changes: 0 additions & 255 deletions docs/toolhive/guides-ui/run-mcp-servers.md

This file was deleted.

Loading