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
23 changes: 18 additions & 5 deletions docs/toolhive/guides-k8s/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ Now for the exciting part - create an MCP server using Kubernetes resources.
You'll deploy the `toolhive-doc-mcp` server, which lets AI agents search the
ToolHive documentation.

Define the `MCPServer` resource:
Define the `MCPServer` resource. The operator runs MCP server pods with a
read-only root filesystem by default, and the `toolhive-doc-mcp` server needs a
writable `/tmp` directory to answer queries, so the manifest mounts an
`emptyDir` volume there:
Comment thread
danbarr marked this conversation as resolved.

```yaml title="toolhive-docs.yaml"
apiVersion: toolhive.stacklok.dev/v1beta1
Expand All @@ -159,6 +162,16 @@ spec:
transport: streamable-http
proxyPort: 8080
mcpPort: 8080
podTemplateSpec:
spec:
volumes:
- name: tmp
emptyDir: {}
containers:
- name: mcp
volumeMounts:
- name: tmp
mountPath: /tmp
resources:
limits:
cpu: '100m'
Expand Down Expand Up @@ -297,7 +310,7 @@ To verify the connection, click **Start**. The indicator should change to
dark: useBaseUrl('/img/toolhive/quickstart/vscode-mcp-start-dark.webp'),
}}
title='VS Code MCP settings'
width='450'
width='420'
className='screenshot'
/>
<ThemedImage
Expand All @@ -307,7 +320,7 @@ To verify the connection, click **Start**. The indicator should change to
dark: useBaseUrl('/img/toolhive/quickstart/vscode-mcp-running-dark.webp'),
}}
title='VS Code MCP running'
width='450'
width='420'
className='screenshot'
/>

Expand All @@ -322,7 +335,7 @@ I use it with ToolHive?"
dark: useBaseUrl('/img/toolhive/quickstart/vscode-agent-mode-dark.webp'),
}}
title='VS Code Copilot agent mode selection'
width='560'
width='550'
className='screenshot'
/>

Expand All @@ -336,7 +349,7 @@ documentation and compose a grounded answer.
dark: useBaseUrl('/img/toolhive/quickstart/vscode-tool-use-dark.webp'),
}}
title='VS Code Copilot tool use confirmation'
width='570'
width='550'
className='screenshot'
/>

Expand Down
6 changes: 2 additions & 4 deletions docs/toolhive/guides-ui/playground.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@ are available in the active thread:
width='900px'
style={{ 'margin-top': '16px' }}
sources={{
light: useBaseUrl(
'/img/toolhive/toolhive-ui-playground-thv-mcp-light.webp'
),
dark: useBaseUrl('/img/toolhive/toolhive-ui-playground-thv-mcp-dark.webp'),
light: useBaseUrl('/img/toolhive/toolhive-ui-playground-tools-light.webp'),
dark: useBaseUrl('/img/toolhive/toolhive-ui-playground-tools-dark.webp'),
}}
title='MCP tools management interface'
/>
Expand Down
9 changes: 0 additions & 9 deletions docs/toolhive/guides-ui/registry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,6 @@ Click **Save** to apply your configuration.
For detailed information on creating a custom registry, see the
[custom registry tutorial](../tutorials/custom-registry.mdx).

<ThemedImage
alt='Registry settings showing Local Registry File Path option selected with Registry File Path input field'
sources={{
light: useBaseUrl('/img/toolhive/toolhive-ui-registry-settings-light.webp'),
dark: useBaseUrl('/img/toolhive/toolhive-ui-registry-settings-dark.webp'),
}}
title='Local Registry configuration with file path input field'
/>

## Next steps

After exploring the registry and finding servers you want to use:
Expand Down
Binary file modified static/img/toolhive/mcp-guides/filesystem-mcp-ui-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/mcp-guides/filesystem-mcp-ui-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/mcp-guides/playwright-mcp-ui-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/mcp-guides/playwright-mcp-ui-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/network-isolation-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/network-isolation-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/quickstart/vscode-agent-mode-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/quickstart/vscode-agent-mode-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/quickstart/vscode-mcp-running-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/quickstart/vscode-mcp-running-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/quickstart/vscode-mcp-start-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/quickstart/vscode-mcp-start-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/quickstart/vscode-tool-use-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/quickstart/vscode-tool-use-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/toolhive-ui-registry-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/toolhive-ui-registry-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified static/img/toolhive/toolhive-ui-screenshot-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/toolhive/toolhive-ui-screenshot-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.