Skip to content
Open
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 .github/upstream-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ projects:

- id: toolhive-studio
repo: stacklok/toolhive-studio
version: v0.31.0
version: v0.32.1
docs_paths:
- docs/toolhive/guides-ui

Expand Down
132 changes: 0 additions & 132 deletions docs/toolhive/guides-ui/mcp-optimizer.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/toolhive/guides-ui/playground.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Stop all unhealthy MCP servers
```

```text
Show me the logs for the meta-mcp server
Show me the logs for the fetch MCP server
```

### Validating tool responses
Expand Down
2 changes: 0 additions & 2 deletions docs/toolhive/tutorials/mcp-optimizer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,5 @@ kind delete cluster --name toolhive
tool filtering and context pollution
- [Virtual MCP Server overview](../concepts/vmcp.mdx) - conceptual overview of
vMCP
- [MCP Optimizer UI guide](../guides-ui/mcp-optimizer.mdx) - standalone desktop
approach without Kubernetes (legacy, being replaced by the vMCP path)
- [Quickstart: Kubernetes Operator](../guides-k8s/quickstart.mdx) - prerequisite
tutorial
1 change: 0 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const sidebars: SidebarsConfig = {
},
'toolhive/guides-ui/client-configuration',
'toolhive/guides-ui/cli-access',
'toolhive/guides-ui/mcp-optimizer',
'toolhive/guides-ui/playground',
],
},
Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
"source": "/toolhive/reference/crd-spec",
"destination": "/toolhive/reference/crds",
"permanent": true
},
{
"source": "/toolhive/guides-ui/mcp-optimizer",
"destination": "/toolhive/guides-vmcp/optimizer",
"permanent": true
}
],
"installCommand": "dnf install -q -y jq && npm install",
Expand Down