Skip to content

Update stacklok/toolhive-studio to v0.36.4#975

Open
renovate[bot] wants to merge 4 commits into
mainfrom
renovate/stacklok-toolhive-studio-0.x
Open

Update stacklok/toolhive-studio to v0.36.4#975
renovate[bot] wants to merge 4 commits into
mainfrom
renovate/stacklok-toolhive-studio-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
stacklok/toolhive-studio patch v0.36.3v0.36.4

After this PR opens, .github/workflows/upstream-release-docs.yml adds source-verified content edits for the new release. For stacklok/toolhive, the same workflow also syncs reference assets (CLI help, Swagger) and regenerates the CRD MDX pages.


Release Notes

stacklok/toolhive-studio (stacklok/toolhive-studio)

v0.36.4

Compare Source

What's Changed

New Contributors

Full Changelog: stacklok/toolhive-studio@v0.36.3...v0.36.4


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


Docs update for toolhive-studio v0.36.4

At a glance

Upstream stacklok/toolhive-studio v0.36.3v0.36.4
Hand-written changes 2 commit(s)
Reference assets unchanged
Gaps 0
Release contributors 2 auto-assigned (see sidebar)
Action required Spot-check skill-authored prose for accuracy

Summary of changes

  • Updated docs/toolhive/guides-ui/playground.mdx to remove references to the
    built-in toolhive mcp server, which was the experimental toolhive-mcp-internal
    backend removed by chore: remove --experimental-mcp flag and internal ToolHive MCP server toolhive-studio#2322: dropped the "Conversational
    ToolHive management" capability bullet, removed the "included by default"
    sub-bullet in the MCP tools section, and removed the "Manage MCP servers
    through conversation" example workflow.
  • Removed orphaned screenshots static/img/toolhive/toolhive-ui-playground-chat-response-{light,dark}.webp
    that only illustrated the removed workflow.

Run cost

Session Turns Cost (USD)
Generation 53 $3.5800
Editorial review 40 $2.4322
Total 93 $6.0122
How this PR was built

Two Claude Opus sessions run per release: a generation pass
(upstream-release-docs skill, 6 phases) followed by a fresh-
context editorial pass (docs-review). Prettier/ESLint
auto-fixes are applied after.

Auto-synced paths — do not hand-edit these in review:

  • static/api-specs/
  • docs/toolhive/reference/cli/ (toolhive only)

If a "Gaps needing human context" section is present above,
each entry includes a paste-ready Helper prompt for local
Claude
a reviewer can use to resolve the gap.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-website Ready Ready Preview, Comment Jun 25, 2026 2:05pm

Request Review

@renovate renovate Bot added the autogen-docs Pull requests generated by automated release workflows label Jun 25, 2026
@github-actions github-actions Bot marked this pull request as draft June 25, 2026 13:16
@claude

claude Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Claude finished @renovate[bot]'s task in 7m 20s —— View job


Upstream release docs: toolhive-studio v0.36.4

  • Phase 1: Discovery - fetch release, categorize PRs
  • Phase 2: Deep dive - verify changes against source
  • Phase 3: Audit existing docs, build impact map
  • Phase 4: Implementation
  • Phase 5: Validation (lint/format applied; build is environment-blocked)
  • Commit and push

Summary of changes

The only doc-affecting change in v0.36.4 was the removal of the experimental --experimental-mcp backend (the built-in toolhive-mcp-internal server displayed in the playground as toolhive mcp), per stacklok/toolhive-studio#2322. I removed three stale claims and the orphaned screenshots they relied on:

  • Updated docs/toolhive/guides-ui/playground.mdx:
    • Dropped the "Conversational ToolHive management" key-capability bullet that promised a built-in toolhive mcp server.
    • Removed the "included by default" sub-bullet from the MCP tools section.
    • Removed the Manage MCP servers through conversation example workflow (the playground no longer ships with a built-in MCP server; users install one from the registry).
  • Removed static/img/toolhive/toolhive-ui-playground-chat-response-{light,dark}.webp - these only illustrated the removed workflow.

Other release PRs were security overrides, dependency bumps, and UI bug fixes (drag region #2317, newsletter dismissal #2324) with no documentation impact.

The remaining toolhive-ui-playground-thv-mcp-{light,dark}.webp screenshot was left in place: the MCP tools modal it shows still exists at v0.36.4. If that screenshot specifically rendered the now-removed toolhive mcp entry, a follow-up refresh is advisable, but I couldn't verify the contents from this environment.

The local npm run build failed because the sandbox lacks the thv CLI binary the MCP metadata plugin uses to fetch registry data; the PR's CI will run the full build.
· Branch

stacklok/toolhive-studio#2322 removes the experimental --experimental-mcp
flag and the built-in toolhive-mcp-internal MCP server (displayed in
the playground as toolhive mcp). Remove the playground page references
that promised conversational ToolHive management through that built-in
server, and delete the orphaned screenshots.
@claude

claude Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Claude finished @renovate[bot]'s task in 4m 27s —— View job


Editorial review of upstream-release-docs commit

  • Locate changed files from previous commit
  • Read and review docs/toolhive/guides-ui/playground.mdx
  • Verify against upstream PR #2322 and v0.36.4 source
  • Apply /docs-review fixes
  • Run prettier:fix and eslint:fix (both clean)
  • Commit and push (d1fe18a)

What I changed

Two stale claims that survived the prior cleanup commit still referenced capabilities the now-removed built-in toolhive mcp server used to provide. I refined both - without introducing new claims - to match the ToolHive Assistant agent's actual behavior at v0.36.4 (verified against TOOLHIVE_ASSISTANT_INSTRUCTIONS in the upstream source).

docs/toolhive/guides-ui/playground.mdx lines 12-16 (intro) - replaced "managing your ToolHive setup through chat" with "chatting with custom agents you build", since the playground no longer exposes conversational ToolHive management.

docs/toolhive/guides-ui/playground.mdx lines 81-82 (ToolHive Assistant description) - replaced "tuned to manage your MCP servers, run tools through them, and answer questions about ToolHive itself" with "default general-purpose chat agent. It runs tools from your enabled MCP servers and formats the results in markdown", which reflects the agent's current generic system prompt (heavy emphasis on tool-calling and markdown formatting).

What I left alone

  • SUMMARY.md (signal file for the next workflow step, per instructions).
  • The deleted screenshots and the surviving toolhive-ui-playground-thv-mcp-*.webp screenshot - the prior session's call there is fine.
  • .github/upstream-projects.yaml (the version bump itself).
    · Branch

github-actions Bot added 2 commits June 25, 2026 13:29
The previous commit removed the 'Conversational ToolHive management'
bullet and the example workflow section, but two claims still referred
to capabilities that came from the now-removed built-in toolhive mcp
server. Update the intro and ToolHive Assistant description so they
match the agent's actual behavior at v0.36.4.
@github-actions github-actions Bot requested review from eleftherias and peppescg June 25, 2026 13:29
@github-actions github-actions Bot marked this pull request as ready for review June 25, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autogen-docs Pull requests generated by automated release workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant