Skip to content

Commit 6170721

Browse files
Remove desktop MCP Optimizer docs after v0.32 removal
toolhive-studio v0.32.0 removed the MCP Optimizer feature from the desktop app (PR stacklok/toolhive-studio#2086). The deprecation notice on the UI guide set removal for 2026-04-22 and v0.32.0 shipped 2026-04-24, so the page is now stale.
1 parent 7f08b7b commit 6170721

6 files changed

Lines changed: 22 additions & 136 deletions

File tree

SUMMARY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Summary of changes
2+
3+
- Removed `docs/toolhive/guides-ui/mcp-optimizer.mdx` — toolhive-studio
4+
v0.32.0 ([PR #2086](https://github.com/stacklok/toolhive-studio/pull/2086))
5+
removed the desktop MCP Optimizer feature (route, settings toggle, sunset
6+
banner, and the entire `features/meta-mcp` module). The page's deprecation
7+
notice flagged removal for 2026-04-22; v0.32.0 shipped 2026-04-24.
8+
- Updated `sidebars.ts` to drop the deleted page from the ToolHive UI sidebar.
9+
- Updated `vercel.json` with a permanent redirect from
10+
`/toolhive/guides-ui/mcp-optimizer` to the vMCP optimizer guide so existing
11+
links keep working.
12+
- Updated `docs/toolhive/tutorials/mcp-optimizer.mdx` to remove the dangling
13+
"Related information" link to the removed UI guide.
14+
- Updated `docs/toolhive/guides-ui/playground.mdx` to swap the
15+
`meta-mcp server` example prompt for a generic `fetch MCP server` example,
16+
since `meta-mcp` is no longer a workload that ships with the desktop app.

docs/toolhive/guides-ui/mcp-optimizer.mdx

Lines changed: 0 additions & 132 deletions
This file was deleted.

docs/toolhive/guides-ui/playground.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Stop all unhealthy MCP servers
157157
```
158158

159159
```text
160-
Show me the logs for the meta-mcp server
160+
Show me the logs for the fetch MCP server
161161
```
162162

163163
### Validating tool responses

docs/toolhive/tutorials/mcp-optimizer.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,5 @@ kind delete cluster --name toolhive
387387
tool filtering and context pollution
388388
- [Virtual MCP Server overview](../concepts/vmcp.mdx) - conceptual overview of
389389
vMCP
390-
- [MCP Optimizer UI guide](../guides-ui/mcp-optimizer.mdx) - standalone desktop
391-
approach without Kubernetes (legacy, being replaced by the vMCP path)
392390
- [Quickstart: Kubernetes Operator](../guides-k8s/quickstart.mdx) - prerequisite
393391
tutorial

sidebars.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const sidebars: SidebarsConfig = {
5959
},
6060
'toolhive/guides-ui/client-configuration',
6161
'toolhive/guides-ui/cli-access',
62-
'toolhive/guides-ui/mcp-optimizer',
6362
'toolhive/guides-ui/playground',
6463
],
6564
},

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
"source": "/toolhive/reference/crd-spec",
9696
"destination": "/toolhive/reference/crds",
9797
"permanent": true
98+
},
99+
{
100+
"source": "/toolhive/guides-ui/mcp-optimizer",
101+
"destination": "/toolhive/guides-vmcp/optimizer",
102+
"permanent": true
98103
}
99104
],
100105
"installCommand": "dnf install -q -y jq && npm install",

0 commit comments

Comments
 (0)