Skip to content

Commit bca4d26

Browse files
renovate[bot]github-actions[bot]danbarr
authored
Update stacklok/toolhive-studio to v0.32.1 (#809)
* Update stacklok/toolhive-studio to v0.32.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * 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. * Add upstream-release-docs content for toolhive-studio v0.32.1 --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
1 parent 353ecc2 commit bca4d26

6 files changed

Lines changed: 7 additions & 137 deletions

File tree

.github/upstream-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ projects:
7171

7272
- id: toolhive-studio
7373
repo: stacklok/toolhive-studio
74-
version: v0.31.0
74+
version: v0.32.1
7575
docs_paths:
7676
- docs/toolhive/guides-ui
7777

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)