<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Stacklok Docs Blog</title>
        <link>https://docs.stacklok.com/toolhive/updates</link>
        <description>Stacklok Docs Blog</description>
        <lastBuildDate>Mon, 16 Mar 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[UI polish, auth server improvements, and configurable proxy timeouts]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2026/03/16/updates</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2026/03/16/updates</guid>
            <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Cloud UI adds display names for MCP servers, the embedded auth server gains transparent token refresh and Redis TLS, and community contributors drive key improvements across ToolHive.]]></description>
            <content:encoded><![CDATA[<p>This week's updates improve how MCP servers surface in the Cloud UI, harden the
embedded authorization server for production deployments, refresh the Desktop UI
with updated branding, and add configurable proxy timeouts for long-running MCP
tools.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="embedded-auth-server-transparent-token-refresh-and-redis-tls">Embedded auth server: Transparent token refresh and Redis TLS<a href="https://docs.stacklok.com/toolhive/updates/2026/03/16/updates#embedded-auth-server-transparent-token-refresh-and-redis-tls" class="hash-link" aria-label="Direct link to Embedded auth server: Transparent token refresh and Redis TLS" title="Direct link to Embedded auth server: Transparent token refresh and Redis TLS" translate="no">​</a></h2>
<p>The embedded authorization server received two production-readiness
improvements, both contributed by Aron at
<a href="https://github.com/muonspace" target="_blank" rel="noopener noreferrer" class="">Muon Space</a>:</p>
<ul>
<li class=""><strong>Transparent upstream token refresh</strong> handles token expiration automatically
in the background without interrupting active MCP sessions or requiring users
to re-authenticate, so long-running workflows don't break when identity
provider tokens expire.</li>
<li class=""><strong>TLS support for Redis token storage</strong> enables encrypted connections between
the auth server and Redis, meeting compliance requirements for organizations
operating in multi-tenant or zero-trust environments where network-level
encryption is mandated by policy.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="cloud-ui-server-display-names-and-deep-link-fix">Cloud UI: Server display names and deep link fix<a href="https://docs.stacklok.com/toolhive/updates/2026/03/16/updates#cloud-ui-server-display-names-and-deep-link-fix" class="hash-link" aria-label="Direct link to Cloud UI: Server display names and deep link fix" title="Direct link to Cloud UI: Server display names and deep link fix" translate="no">​</a></h2>
<p><a href="https://github.com/stacklok/toolhive-cloud-ui" target="_blank" rel="noopener noreferrer" class="">Cloud UI</a> now supports
<code>display_name</code> for MCP servers, so administrators can assign human-readable
titles that appear throughout the interface instead of raw server identifiers.
This release also fixes Claude Code deep link generation, which was previously
producing incorrect URLs.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="desktop-ui-refreshed-navigation">Desktop UI: Refreshed navigation<a href="https://docs.stacklok.com/toolhive/updates/2026/03/16/updates#desktop-ui-refreshed-navigation" class="hash-link" aria-label="Direct link to Desktop UI: Refreshed navigation" title="Direct link to Desktop UI: Refreshed navigation" translate="no">​</a></h2>
<p><a class="" href="https://docs.stacklok.com/toolhive/guides-ui/">Desktop UI</a> navbar has been refactored to align with the
updated Stacklok brand style, providing a cleaner and more consistent navigation
experience across the app.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="toolhive-runtime-configurable-proxy-timeout">ToolHive Runtime: Configurable proxy timeout<a href="https://docs.stacklok.com/toolhive/updates/2026/03/16/updates#toolhive-runtime-configurable-proxy-timeout" class="hash-link" aria-label="Direct link to ToolHive Runtime: Configurable proxy timeout" title="Direct link to ToolHive Runtime: Configurable proxy timeout" translate="no">​</a></h2>
<p>The streamable HTTP proxy previously used a hardcoded 30-second response
timeout, which caused 504 Gateway Timeout errors for MCP tools that need more
time to complete, such as tools querying large datasets or interacting with slow
external APIs. The timeout is now configurable via the
<code>TOOLHIVE_PROXY_RESPONSE_TIMEOUT</code> environment variable, with a more generous
default.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.stacklok.com/toolhive/updates/2026/03/16/updates#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<p>For detailed release notes, check the project repositories:</p>
<ul>
<li class=""><a href="https://github.com/stacklok/toolhive/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Runtimes</a> (CLI and
Kubernetes Operator)</li>
<li class=""><a href="https://github.com/stacklok/toolhive-studio/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Desktop UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-cloud-ui/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Cloud UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-registry-server/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Registry Server</a></li>
</ul>
<p>You can find all ToolHive documentation on the
<a class="" href="https://docs.stacklok.com/toolhive">Stacklok documentation site</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Token optimization goes Kubernetes-native]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2026/03/09/updates</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2026/03/09/updates</guid>
            <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[MCP Optimizer capabilities are now available directly inside vMCP, bringing intelligent tool discovery and token reduction to Kubernetes-native deployments.]]></description>
            <content:encoded><![CDATA[<p>MCP Optimizer capabilities are now embedded directly in vMCP, bringing the same
token reduction and improved tool selection per request from desktop to
Kubernetes-native deployments. Instead of every developer configuring a local
optimizer instance, platform teams deploy it once and every connected client
benefits automatically.</p>
<!-- -->
<ul>
<li class=""><strong>On-demand tool discovery</strong> means agents no longer receive hundreds of tool
descriptions in context. Instead, tools are discovered at request time and
only the relevant ones are surfaced (up to 8 by default, configurable) via
hybrid (semantic + keyword search), cutting token usage by 60-85% per request
while improving tool selection accuracy.</li>
<li class=""><strong>Team-wide token savings from a single deployment</strong> means the 60-85%
per-request reduction the Optimizer delivers on desktop now applies to every
developer connected to vMCP. Deploy it once, and the savings multiply across
the entire team without anyone managing a local optimizer instance.</li>
<li class=""><strong>No per-developer configuration required.</strong> Developers point their MCP client
at the vMCP endpoint and get optimized routing automatically, with no local
embedding models, no search parameter tuning, and no setup drift across the
team.</li>
</ul>
<p>The setup is GitOps-friendly: <code>EmbeddingServer</code> and <code>VirtualMCPServer</code> CRDs
deploy through your existing CI/CD pipeline. For the full configuration
reference and quickstart examples, check out the
<a class="" href="https://docs.stacklok.com/toolhive/guides-vmcp/optimizer">vMCP optimizer guide</a> to get started. For
desktop users, MCP Optimizer remains available through the ToolHive UI and CLI
as before.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.stacklok.com/toolhive/updates/2026/03/09/updates#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<p>For detailed release notes, check the project repositories:</p>
<ul>
<li class=""><a href="https://github.com/stacklok/toolhive/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Runtimes</a> (CLI and
Kubernetes Operator)</li>
<li class=""><a href="https://github.com/stacklok/toolhive-studio/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Desktop UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-cloud-ui/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Cloud UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-registry-server/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Registry Server</a></li>
</ul>
<p>You can find all ToolHive documentation on the
<a class="" href="https://docs.stacklok.com/toolhive">Stacklok documentation site</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Enterprise identity and production resilience]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2026/02/16/updates</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2026/02/16/updates</guid>
            <pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[ToolHive's new embedded authorization server enables federated identity for MCP servers, vMCP adds circuit breakers to prevent cascading failures, and Registry Server gains cluster-wide namespace scanning for multi-tenant deployments.]]></description>
            <content:encoded><![CDATA[<p>This week brings enterprise readiness and resilience improvements across
ToolHive. The new embedded authorization server lets users authenticate to MCP
servers through their company identity provider, no locally stored credentials
required. vMCP adds circuit breakers that prevent cascading failures when
backends degrade, and the Registry Server gains cluster-wide namespace scanning
for multi-tenant Kubernetes deployments.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="registry-server-multi-namespace-management-and-production-hardening">Registry Server: Multi-namespace management and production hardening<a href="https://docs.stacklok.com/toolhive/updates/2026/02/16/updates#registry-server-multi-namespace-management-and-production-hardening" class="hash-link" aria-label="Direct link to Registry Server: Multi-namespace management and production hardening" title="Direct link to Registry Server: Multi-namespace management and production hardening" translate="no">​</a></h2>
<p><a class="" href="https://docs.stacklok.com/toolhive/guides-registry/">Registry Server</a> v0.6.0 and v0.6.1 improve
operational readiness and simplify production deployments:</p>
<ul>
<li class=""><strong>Cluster-wide scanning</strong> lets the Registry Server watch MCP servers across
multiple Kubernetes namespaces, not just the namespace where it's deployed.
Configure which namespaces to monitor with the <code>THV_REGISTRY_WATCH_NAMESPACE</code>
environment variable.</li>
<li class=""><strong>RBAC support in Helm</strong> includes the necessary ClusterRole and RoleBinding
resources out of the box, so you no longer need to create RBAC permissions
manually for multi-namespace deployments.</li>
<li class=""><strong>PostgreSQL-only storage</strong> simplifies configuration by removing in-memory and
file storage options; all deployments now use production-grade persistence by
default.</li>
<li class=""><strong>Registry entry separation</strong> restructures the internal data model to decouple
entries from MCP-specific details, laying groundwork for future extensibility
such as non-MCP tool types.</li>
</ul>
<p>Additional fixes address leader election conflicts when multiple Registry Server
instances exist in the same namespace, and add 64 KB metadata size limits to
prevent abuse.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="virtual-mcp-server-circuit-breakers-and-observability-standards">Virtual MCP Server: Circuit breakers and observability standards<a href="https://docs.stacklok.com/toolhive/updates/2026/02/16/updates#virtual-mcp-server-circuit-breakers-and-observability-standards" class="hash-link" aria-label="Direct link to Virtual MCP Server: Circuit breakers and observability standards" title="Direct link to Virtual MCP Server: Circuit breakers and observability standards" translate="no">​</a></h2>
<p><a class="" href="https://docs.stacklok.com/toolhive/guides-vmcp/">vMCP</a> adds resilience primitives and aligns with
emerging observability standards:</p>
<ul>
<li class=""><strong>Circuit breakers</strong> detect unhealthy backends and temporarily remove them
from the available capability set. This prevents a single degraded MCP server
from causing cascading failures across dependent workflows, particularly
important as organizations connect more business-critical tools through MCP.</li>
<li class=""><strong>OpenTelemetry MCP semantic conventions</strong> align ToolHive's telemetry with the
<a href="https://github.com/open-telemetry/semantic-conventions/pull/2083" target="_blank" rel="noopener noreferrer" class="">official OTel MCP standards</a>
merged in January 2026. If you're already using observability tooling like
Grafana, Datadog, or Honeycomb, ToolHive traces and metrics will use the same
attribute names and span formats the rest of the AI ecosystem is standardizing
on.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="embedded-authorization-server-federated-identity-for-mcp-servers">Embedded authorization server: Federated identity for MCP servers<a href="https://docs.stacklok.com/toolhive/updates/2026/02/16/updates#embedded-authorization-server-federated-identity-for-mcp-servers" class="hash-link" aria-label="Direct link to Embedded authorization server: Federated identity for MCP servers" title="Direct link to Embedded authorization server: Federated identity for MCP servers" translate="no">​</a></h2>
<p>The <strong>embedded authorization server</strong> eliminates the complexity of configuring
and managing credentials for authenticated MCP servers. Instead of requiring
users to obtain tokens independently and configure credentials locally, ToolHive
handles the full OAuth flow:</p>
<ul>
<li class=""><strong>Centralized token management</strong>: The authorization server runs in-process
within the ToolHive proxy, exposing standard OAuth endpoints. Users
authenticate through their company identity provider (such as Okta, Entra ID,
or Google), and ToolHive issues tokens that MCP servers accept.</li>
<li class=""><strong>Dynamic Client Registration</strong>: MCP clients register automatically without
manual configuration at the identity provider, removing the operational burden
of pre-registering OAuth clients for each tool.</li>
<li class=""><strong>Per-request identity</strong>: MCP servers receive authenticated identity on each
request without users needing to store long-lived credentials on their
machines.</li>
</ul>
<p>This approach supports multiple authentication patterns. For example, with AWS
STS token exchange, users authenticate via their company identity provider and
receive appropriate IAM roles based on policy, with no AWS CLI setup or stored
credentials required.</p>
<p>For enterprise teams, this addresses common security requirements: credential
rotation happens automatically, audit trails capture who accessed what, and
security policies that prohibit local credential storage are satisfied by
design. For details, see the
<a class="" href="https://docs.stacklok.com/toolhive/concepts/auth-framework#embedded-authorization-server">auth framework documentation</a>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="cloud-ui-faster-registry-discovery">Cloud UI: Faster registry discovery<a href="https://docs.stacklok.com/toolhive/updates/2026/02/16/updates#cloud-ui-faster-registry-discovery" class="hash-link" aria-label="Direct link to Cloud UI: Faster registry discovery" title="Direct link to Cloud UI: Faster registry discovery" translate="no">​</a></h2>
<p><a href="https://github.com/stacklok/toolhive-cloud-ui" target="_blank" rel="noopener noreferrer" class="">Cloud UI</a> v0.2.0 makes it easier
to find and evaluate servers in large registries:</p>
<ul>
<li class=""><strong>Registry filtering by data source</strong> helps you find relevant servers quickly
when working with registries containing multiple data sources.</li>
<li class=""><strong>Tool visibility</strong> displays tool names and descriptions for MCP servers
directly in the registry view, so you can understand what each server offers
before connecting.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="desktop-ui-latest-models-and-simplified-maintenance">Desktop UI: Latest models and simplified maintenance<a href="https://docs.stacklok.com/toolhive/updates/2026/02/16/updates#desktop-ui-latest-models-and-simplified-maintenance" class="hash-link" aria-label="Direct link to Desktop UI: Latest models and simplified maintenance" title="Direct link to Desktop UI: Latest models and simplified maintenance" translate="no">​</a></h2>
<p>The <a class="" href="https://docs.stacklok.com/toolhive/guides-ui/">Desktop UI</a> keeps your environment current with less
manual effort:</p>
<ul>
<li class=""><strong>Opus 4.6 in Playground</strong> gives you immediate access to test prompts against
the latest Claude model without waiting for broader rollouts.</li>
<li class=""><strong>Update outdated MCP servers</strong> detects locally installed MCP servers with
newer versions available and lets you update them directly in the app,
eliminating manual version checking and reinstallation.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="ecosystem-updates-broader-client-compatibility">Ecosystem updates: Broader client compatibility<a href="https://docs.stacklok.com/toolhive/updates/2026/02/16/updates#ecosystem-updates-broader-client-compatibility" class="hash-link" aria-label="Direct link to Ecosystem updates: Broader client compatibility" title="Direct link to Ecosystem updates: Broader client compatibility" translate="no">​</a></h2>
<p>The <strong>Desktop UI and CLI</strong> now support automatic configuration for three
additional clients:</p>
<ul>
<li class="">OpenAI Codex</li>
<li class="">Gemini CLI</li>
<li class="">Mistral Vibe</li>
</ul>
<p>Register these clients once, and ToolHive automatically manages their MCP server
configurations. Whenever you run an MCP server, it's immediately available
without manual config file edits. See the
<a class="" href="https://docs.stacklok.com/toolhive/reference/client-compatibility">client compatibility reference</a> for
the full list of supported clients.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.stacklok.com/toolhive/updates/2026/02/16/updates#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<p>For detailed release notes, check the project repositories:</p>
<ul>
<li class=""><a href="https://github.com/stacklok/toolhive/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Runtimes</a> (CLI and
Kubernetes Operator)</li>
<li class=""><a href="https://github.com/stacklok/toolhive-studio/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Desktop UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-cloud-ui/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Cloud UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-registry-server/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Registry Server</a></li>
</ul>
<p>You can find all ToolHive documentation on the
<a class="" href="https://docs.stacklok.com/toolhive">Stacklok documentation site</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Registry observability and zero-downtime operations]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2026/02/02/updates</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2026/02/02/updates</guid>
            <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[vMCP auto-discovers backends without restarts, Registry adds OpenTelemetry support, and CLI/Desktop UI gain custom header configuration for remote connections.]]></description>
            <content:encoded><![CDATA[<p>This week delivers capabilities that production teams need: vMCP now
auto-discovers backend servers without restarts and reports operational health
in CRD status fields, the Registry gains OpenTelemetry support and tool
definition APIs, and both the CLI and Desktop UI add custom header configuration
for remote MCP connections. We've also added custom CA support for organizations
running private identity providers.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="virtual-mcp-server-dynamic-discovery-and-operational-status">Virtual MCP Server: Dynamic discovery and operational status<a href="https://docs.stacklok.com/toolhive/updates/2026/02/02/updates#virtual-mcp-server-dynamic-discovery-and-operational-status" class="hash-link" aria-label="Direct link to Virtual MCP Server: Dynamic discovery and operational status" title="Direct link to Virtual MCP Server: Dynamic discovery and operational status" translate="no">​</a></h2>
<p><a class="" href="https://docs.stacklok.com/toolhive/guides-vmcp/"><strong>vMCP</strong></a> gains capabilities that eliminate manual
intervention and improve visibility:</p>
<ul>
<li class=""><strong>Dynamic backend discovery</strong> detects servers added or removed from an
MCPGroup and updates routing automatically, eliminating pod restarts when
changing your MCP backend topology.</li>
<li class=""><strong>Static configuration mode</strong> provides an alternative for security-conscious
deployments where vMCP requires zero Kubernetes API access; choose between
operational convenience and minimal attack surface based on your security
requirements.</li>
<li class=""><strong>Operational status reporting</strong> now surfaces deployment health and backend
server status in the CRD status field for improved debugging and monitoring
integration.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="registry-opentelemetry-and-tool-metadata">Registry: OpenTelemetry and tool metadata<a href="https://docs.stacklok.com/toolhive/updates/2026/02/02/updates#registry-opentelemetry-and-tool-metadata" class="hash-link" aria-label="Direct link to Registry: OpenTelemetry and tool metadata" title="Direct link to Registry: OpenTelemetry and tool metadata" translate="no">​</a></h2>
<p><strong>The ToolHive <a class="" href="https://docs.stacklok.com/toolhive/guides-registry/">Registry Server</a></strong> expands its
observability and developer experience:</p>
<ul>
<li class=""><strong>OpenTelemetry support</strong> enables integration with your existing observability
stack for tracing and monitoring registry operations.</li>
<li class=""><strong>Tool definitions</strong> can now be specified in MCPServer CRDs and are exposed
via the API, so MCP server entries in the registry can display their available
tools.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="cli-and-desktop-ui-header-configuration-for-remote-servers">CLI and Desktop UI: Header configuration for remote servers<a href="https://docs.stacklok.com/toolhive/updates/2026/02/02/updates#cli-and-desktop-ui-header-configuration-for-remote-servers" class="hash-link" aria-label="Direct link to CLI and Desktop UI: Header configuration for remote servers" title="Direct link to CLI and Desktop UI: Header configuration for remote servers" translate="no">​</a></h2>
<p><strong>The CLI and Desktop UI</strong> now support custom header configuration for remote
MCP connections, useful when services require specific headers beyond standard
authentication. Configure non-sensitive headers directly, or reference encrypted
secrets for sensitive values like API keys.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="kubernetes-operator-custom-ca-support">Kubernetes Operator: Custom CA support<a href="https://docs.stacklok.com/toolhive/updates/2026/02/02/updates#kubernetes-operator-custom-ca-support" class="hash-link" aria-label="Direct link to Kubernetes Operator: Custom CA support" title="Direct link to Kubernetes Operator: Custom CA support" translate="no">​</a></h2>
<p><strong>The
<a class="" href="https://docs.stacklok.com/toolhive/reference/crd-spec#apiv1alpha1inlineoidcconfig">MCPServer CRD</a></strong> now
supports custom certificate authorities, enabling ToolHive to validate OAuth
tokens issued by private on-premises identity provider instances, essential for
organizations with internal PKI infrastructure.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.stacklok.com/toolhive/updates/2026/02/02/updates#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<p>For detailed release notes, check the project repositories:</p>
<ul>
<li class=""><a href="https://github.com/stacklok/toolhive/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Runtimes</a> (CLI and
Kubernetes Operator)</li>
<li class=""><a href="https://github.com/stacklok/toolhive-studio/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Desktop UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-cloud-ui/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Cloud UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-registry-server/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Registry Server</a></li>
</ul>
<p>You can find all ToolHive documentation on the
<a class="" href="https://docs.stacklok.com/toolhive">Stacklok documentation site</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Client configuration and stability improvements]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2026/01/19/updates</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2026/01/19/updates</guid>
            <pubDate>Mon, 19 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Improved proxy configuration in the ToolHive UI, bearer token authentication for remote servers, backend health monitoring for vMCP, and MCP client sync from Cloud UI.]]></description>
            <content:encoded><![CDATA[<p>Welcome to 2026! The ToolHive team is back into the swing of things after the
holiday break, focusing on improved operational resilience and streamlined
developer workflows: vMCP gained backend health monitoring for production
environments, the CLI and desktop UI added bearer token authorization for remote
servers, the desktop UI added flexible proxy configuration, and Cloud UI now
displays MCP configurations for your IDE clients, with one-click setup for
Cursor.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="virtual-mcp-server-health-monitoring-and-composite-tool-fixes">Virtual MCP Server: Health monitoring and composite tool fixes<a href="https://docs.stacklok.com/toolhive/updates/2026/01/19/updates#virtual-mcp-server-health-monitoring-and-composite-tool-fixes" class="hash-link" aria-label="Direct link to Virtual MCP Server: Health monitoring and composite tool fixes" title="Direct link to Virtual MCP Server: Health monitoring and composite tool fixes" translate="no">​</a></h2>
<p><strong>vMCP</strong> adds operational capabilities that teams need for production
deployments:</p>
<ul>
<li class=""><strong>Backend health monitoring</strong> detects and handles unreachable servers
gracefully, reducing user-facing errors when individual MCP servers restart or
become temporarily unavailable.</li>
<li class=""><strong>Composite tool fixes</strong> ensure type coercion in templates works correctly and
error continuation behaves as expected, so multi-step workflows complete
reliably even when intermediate steps encounter issues.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="toolhive-desktop-ui-proxy-configuration-and-stability">ToolHive desktop UI: Proxy configuration and stability<a href="https://docs.stacklok.com/toolhive/updates/2026/01/19/updates#toolhive-desktop-ui-proxy-configuration-and-stability" class="hash-link" aria-label="Direct link to ToolHive desktop UI: Proxy configuration and stability" title="Direct link to ToolHive desktop UI: Proxy configuration and stability" translate="no">​</a></h2>
<p>The <strong>desktop UI</strong> gives you more control over how MCP servers connect:</p>
<ul>
<li class=""><strong>Custom proxy ports</strong> simplify deployment in environments with specific port
requirements or when running multiple instances.</li>
<li class=""><strong>Stability improvements</strong> through upgraded core dependencies (Electron,
ai-sdk) and fixes for form validation and environment variable handling reduce
crashes and unexpected behavior.</li>
</ul>
<p>Behind the scenes, we've expanded automated testing with Playwright, and work is
underway to align CLI and Desktop UI versioning through bundling.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="cli-and-desktop-ui-new-auth-option-for-remote-servers">CLI and desktop UI: New auth option for remote servers<a href="https://docs.stacklok.com/toolhive/updates/2026/01/19/updates#cli-and-desktop-ui-new-auth-option-for-remote-servers" class="hash-link" aria-label="Direct link to CLI and desktop UI: New auth option for remote servers" title="Direct link to CLI and desktop UI: New auth option for remote servers" translate="no">​</a></h2>
<p>The <strong>CLI and desktop UI</strong> now support bearer token authentication for remote
MCP servers, enabling secure connections to authenticated endpoints, such as
enterprise APIs or hosted services, without manual credential handling in each
request.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="cloud-ui-easier-client-setup">Cloud UI: Easier client setup<a href="https://docs.stacklok.com/toolhive/updates/2026/01/19/updates#cloud-ui-easier-client-setup" class="hash-link" aria-label="Direct link to Cloud UI: Easier client setup" title="Direct link to Cloud UI: Easier client setup" translate="no">​</a></h2>
<p><strong>Cloud UI now displays client-specific configurations for MCP servers</strong>
(Cursor, VS Code, and Claude Code), making setup easier. For Cursor, a single
click opens the configuration directly; for VS Code and Claude Code, copy the
ready-to-use config or command.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.stacklok.com/toolhive/updates/2026/01/19/updates#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<p>For detailed release notes, check the project repositories:</p>
<ul>
<li class=""><a href="https://github.com/stacklok/toolhive-registry-server/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Registry Server</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-studio/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Desktop UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-cloud-ui/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Cloud UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive runtimes</a> (CLI and
Kubernetes Operator)</li>
<li class=""><a href="https://github.com/stacklok/toolhive-mcp/releases" target="_blank" rel="noopener noreferrer" class="">Virtual MCP Server</a></li>
</ul>
<p>You can find all ToolHive documentation on the
<a class="" href="https://docs.stacklok.com/toolhive">ToolHive documentation site</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Improved monitoring and deployment automation for vMCP and Registry Server]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2025/12/22/updates</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2025/12/22/updates</guid>
            <pubDate>Mon, 22 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[vMCP gains audit logging and health checks, Registry Server adds API-based management and Helm deployment, and the ToolHive UI connects directly to registry APIs]]></description>
            <content:encoded><![CDATA[<p>This week ToolHive added production-ready features that teams need for
enterprise deployment: audit logging and health monitoring for vMCP, API-driven
registry management, and direct registry connections in the UI.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="virtual-mcp-server-audit-logging-health-checking-and-composite-tool-improvements">Virtual MCP Server: Audit logging, health checking, and composite tool improvements<a href="https://docs.stacklok.com/toolhive/updates/2025/12/22/updates#virtual-mcp-server-audit-logging-health-checking-and-composite-tool-improvements" class="hash-link" aria-label="Direct link to Virtual MCP Server: Audit logging, health checking, and composite tool improvements" title="Direct link to Virtual MCP Server: Audit logging, health checking, and composite tool improvements" translate="no">​</a></h2>
<p>vMCP adds more operational capabilities that teams need for production
deployments:</p>
<ul>
<li class=""><strong>Health monitoring</strong> tracks which MCP servers behind vMCP are available and
responding, the foundation for building alerts and dashboards that keep your
AI workflows running smoothly.</li>
<li class=""><strong>Audit logging</strong> captures workflow events (started, completed, failed) via
CRD configuration, giving you the compliance trail and debugging context
required for regulated environments.</li>
<li class=""><strong>Composite tools are more powerful</strong>: Reference deeply nested fields using
<code>{{.steps.X.output.field.nested}}</code> syntax, and use the new <code>fromJson</code> function
to work with MCP servers (like GitHub) that return JSON as plain text. This
enables cleaner conditional logic and more flexible workflows.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="toolhive-registry-server-api-management-and-deployment-improvements">ToolHive Registry Server: API management and deployment improvements<a href="https://docs.stacklok.com/toolhive/updates/2025/12/22/updates#toolhive-registry-server-api-management-and-deployment-improvements" class="hash-link" aria-label="Direct link to ToolHive Registry Server: API management and deployment improvements" title="Direct link to ToolHive Registry Server: API management and deployment improvements" translate="no">​</a></h2>
<p>Managing registries is now more flexible and automated:</p>
<ul>
<li class=""><strong>API-based management</strong> lets you add, update, or remove registries
programmatically, useful for CI/CD pipelines and infrastructure-as-code
approaches.</li>
<li class=""><strong>Simplified authentication</strong>: Configure auth settings directly in the
Registry CRD instead of managing separate configuration files. Database
credentials specified in the CRD automatically provision <code>pgpass</code> files,
reducing manual setup.</li>
<li class=""><strong>Kubernetes deployment</strong>: A new Helm chart (publishing soon) makes cluster
deployments more straightforward.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="toolhive-ui-live-registry-connections">ToolHive UI: Live registry connections<a href="https://docs.stacklok.com/toolhive/updates/2025/12/22/updates#toolhive-ui-live-registry-connections" class="hash-link" aria-label="Direct link to ToolHive UI: Live registry connections" title="Direct link to ToolHive UI: Live registry connections" translate="no">​</a></h2>
<p>The ToolHive UI now connects directly to standards-compliant registry API
servers like the ToolHive Registry Server. Instead of importing static JSON
files, you get live registry data, making it easier to browse and discover
available MCP servers in your environment.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.stacklok.com/toolhive/updates/2025/12/22/updates#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<p>For detailed release notes, check the project repositories:</p>
<ul>
<li class=""><a href="https://github.com/stacklok/toolhive-registry-server/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Registry Server</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-studio/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive desktop UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-cloud-ui/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Cloud UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive runtimes</a> (CLI and
Kubernetes Operator)</li>
</ul>
<p>You can find all ToolHive documentation on the
<a class="" href="https://docs.stacklok.com/toolhive">ToolHive documentation site</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Registry Server scales up, vMCP gains observability]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2025/12/15/updates</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2025/12/15/updates</guid>
            <pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Multi-instance sync and auto-discovery for ToolHive Registry Server. Production observability for vMCP with OpenTelemetry metrics and distributed tracing.]]></description>
            <content:encoded><![CDATA[<p>This week, we focused on operational readiness and flexibility: the Registry
Server now auto-discovers server types and scales sync across multiple registry
instances, Virtual MCP Server (vMCP) gained OpenTelemetry observability and
smarter composite tools, and both the CLI and UI now fully support the ToolHive
Registry Server.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="toolhive-registry-server-smarter-discovery-and-scalable-sync">ToolHive Registry Server: Smarter discovery and scalable sync<a href="https://docs.stacklok.com/toolhive/updates/2025/12/15/updates#toolhive-registry-server-smarter-discovery-and-scalable-sync" class="hash-link" aria-label="Direct link to ToolHive Registry Server: Smarter discovery and scalable sync" title="Direct link to ToolHive Registry Server: Smarter discovery and scalable sync" translate="no">​</a></h2>
<p>The <strong>Registry Server</strong> now features improved auto-discovery capabilities and
sync architecture. You can now:</p>
<ul>
<li class="">Automatically detect whether an auto-registered server is an <code>MCPServer</code>,
<code>VirtualMCPServer</code>, or <code>MCPRemoteProxy</code>.</li>
<li class="">Scale sync jobs across multiple registry instances with an improved sync
implementation.</li>
<li class="">Deploy without hardcoded namespaces; the registry server now auto-discovers
its operating namespace.</li>
<li class="">Connect the <strong>ToolHive CLI and UI</strong> to your Registry Server, bringing
effortless discovery and deployment to your custom registry.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="virtual-mcp-server-observability-and-composite-tool-improvements">Virtual MCP Server: Observability and composite tool improvements<a href="https://docs.stacklok.com/toolhive/updates/2025/12/15/updates#virtual-mcp-server-observability-and-composite-tool-improvements" class="hash-link" aria-label="Direct link to Virtual MCP Server: Observability and composite tool improvements" title="Direct link to Virtual MCP Server: Observability and composite tool improvements" translate="no">​</a></h2>
<p><strong>vMCP</strong> gained production-grade observability and extended composite tool
capabilities.</p>
<p>You can now:</p>
<ul>
<li class="">Expose OpenTelemetry metrics on the standard Prometheus <code>/metrics</code> endpoint
(request counts, latencies, backend health, active connections) and export
distributed traces for backend client and workflow calls, enabling
comprehensive monitoring, alerting, and debugging.</li>
<li class="">Define default results for skippable composite tool steps, ensuring workflows
behave predictably across all conditional branches.</li>
<li class="">Use non-string arguments in composite tools, enabling structured output
references for conditional logic, downstream step arguments, and final
outputs.</li>
<li class="">Include <code>MCPRemoteProxy</code> resources in MCPGroups, allowing remote MCP servers
to aggregate alongside local servers in your VirtualMCPServer configuration.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.stacklok.com/toolhive/updates/2025/12/15/updates#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<p>For detailed release notes, check the project repositories:</p>
<ul>
<li class=""><a href="https://github.com/stacklok/toolhive-registry-server/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Registry Server</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-studio/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive desktop UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-cloud-ui/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Cloud UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive runtimes</a> (CLI and
Kubernetes Operator)</li>
</ul>
<p>You can find all ToolHive documentation on the
<a class="" href="https://docs.stacklok.com/toolhive">ToolHive documentation site</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing Registry Server and Virtual MCP Server]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2025/12/08/updates</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2025/12/08/updates</guid>
            <pubDate>Mon, 08 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Introducing the ToolHive Registry Server, Virtual MCP Server (vMCP), and new management features for the ToolHive UI]]></description>
            <content:encoded><![CDATA[<p>A big week for ToolHive: we shipped a new <strong>Registry Server</strong> for managing and
curating MCP servers at scale, expanded the <strong>ToolHive UI</strong> with registry-based
installs and richer tool controls, and introduced <strong>Virtual MCP Server (vMCP)</strong>
for consolidating many MCP backends into one secure, workflow-aware endpoint.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="toolhive-registry-server-unified-registry-management-and-discovery">ToolHive Registry Server: Unified registry management and discovery<a href="https://docs.stacklok.com/toolhive/updates/2025/12/08/updates#toolhive-registry-server-unified-registry-management-and-discovery" class="hash-link" aria-label="Direct link to ToolHive Registry Server: Unified registry management and discovery" title="Direct link to ToolHive Registry Server: Unified registry management and discovery" translate="no">​</a></h2>
<p>ToolHive now includes a dedicated <a class="" href="https://docs.stacklok.com/toolhive/guides-registry/">Registry Server</a>
that aggregates multiple registry sources, keeps them in sync, and helps teams
publish a curated "desired" registry. This enables you to:</p>
<ul>
<li class="">Connect multiple registry backends (Git repositories, local or remote files,
internally-managed entries, Kubernetes workloads, or upstream MCP Registry API
servers).</li>
<li class="">Auto-discover MCP servers deployed in Kubernetes.</li>
<li class="">Automatically synchronize changes across registry sources.</li>
<li class="">Curate what users see via include/exclude filtering.</li>
<li class="">Use an authenticated
<a href="https://github.com/stacklok/toolhive-cloud-ui" target="_blank" rel="noopener noreferrer" class="">cloud-based UI</a> to view
running MCP servers.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="toolhive-ui-registry-groups-and-tool-customization-ga">ToolHive UI: Registry groups and tool customization (GA)<a href="https://docs.stacklok.com/toolhive/updates/2025/12/08/updates#toolhive-ui-registry-groups-and-tool-customization-ga" class="hash-link" aria-label="Direct link to ToolHive UI: Registry groups and tool customization (GA)" title="Direct link to ToolHive UI: Registry groups and tool customization (GA)" translate="no">​</a></h2>
<p>The <a class="" href="https://docs.stacklok.com/toolhive/guides-ui/">ToolHive UI</a> gained new features to standardize
installs and tailor tool experiences. You can now:</p>
<ul>
<li class="">Install <strong>MCP server groups</strong> directly from a custom registry.</li>
<li class=""><strong>Customize tools</strong> to disable unnecessary tools and edit their names and
descriptions for better AI performance and token/cost savings.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="virtual-mcp-server-one-endpoint-for-many-servers-and-workflow-automation">Virtual MCP Server: One endpoint for many servers and workflow automation<a href="https://docs.stacklok.com/toolhive/updates/2025/12/08/updates#virtual-mcp-server-one-endpoint-for-many-servers-and-workflow-automation" class="hash-link" aria-label="Direct link to Virtual MCP Server: One endpoint for many servers and workflow automation" title="Direct link to Virtual MCP Server: One endpoint for many servers and workflow automation" translate="no">​</a></h2>
<p><a class="" href="https://docs.stacklok.com/toolhive/guides-vmcp/">Virtual MCP Server (vMCP)</a> simplifies operating many
MCP servers in Kubernetes and building cross-system workflows. It enables you
to:</p>
<ul>
<li class="">Aggregate multiple MCP servers behind a single endpoint and automatically
resolve tool name conflicts.</li>
<li class="">Define declarative, multi-step tool workflows with parallel execution,
conditionals, error handling, and approval gates.</li>
<li class="">Filter, rename, and wrap upstream tools to enforce policies and present
simpler interfaces.</li>
<li class="">Pre-configure defaults for common parameters to reduce repetition and prevent
mistakes.</li>
<li class="">Separate auth boundaries: clients authenticate once to vMCP while vMCP manages
backend credentials for SSO, centralized access control, and auditing.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="ecosystem-updates">Ecosystem updates<a href="https://docs.stacklok.com/toolhive/updates/2025/12/08/updates#ecosystem-updates" class="hash-link" aria-label="Direct link to Ecosystem updates" title="Direct link to Ecosystem updates" translate="no">​</a></h2>
<p>The ToolHive ecosystem continues to grow with support for new clients and MCP
server integrations.</p>
<p>Client support:</p>
<ul>
<li class=""><strong>Zed</strong>: ToolHive now supports managing MCP configurations in Zed</li>
</ul>
<p>New MCP servers in the built-in registry:</p>
<ul>
<li class=""><strong>PagerDuty</strong>: Monitor and manage incidents</li>
<li class=""><strong>Prometheus</strong>: Query metrics and monitor systems</li>
<li class=""><strong>Redfish</strong> (from Nokia): Manage server hardware</li>
<li class=""><strong>SonarQube</strong>: Analyze code quality</li>
<li class=""><strong>ToolHive Documentation Search</strong>: Search ToolHive docs directly</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting started<a href="https://docs.stacklok.com/toolhive/updates/2025/12/08/updates#getting-started" class="hash-link" aria-label="Direct link to Getting started" title="Direct link to Getting started" translate="no">​</a></h2>
<p>For detailed release notes, check the project repositories:</p>
<ul>
<li class=""><a href="https://github.com/stacklok/toolhive-registry-server/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Registry Server</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-studio/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive desktop UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive-cloud-ui/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive Cloud UI</a></li>
<li class=""><a href="https://github.com/stacklok/toolhive/releases" target="_blank" rel="noopener noreferrer" class="">ToolHive runtimes</a> (CLI and
Kubernetes Operator)</li>
</ul>
<p>You can find all ToolHive documentation on the
<a class="" href="https://docs.stacklok.com/toolhive">ToolHive documentation site</a>.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Welcome to ToolHive Updates]]></title>
            <link>https://docs.stacklok.com/toolhive/updates/2025/12/05/hello-world</link>
            <guid>https://docs.stacklok.com/toolhive/updates/2025/12/05/hello-world</guid>
            <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Introducing the ToolHive Updates section to keep you informed about the latest developments.]]></description>
            <content:encoded><![CDATA[<p>We're launching this Updates section to keep you informed about what's new with
ToolHive.</p>
<!-- -->
<p>Expect regular posts here covering:</p>
<ul>
<li class="">Platform updates and improvements</li>
<li class="">Developer resources and guides</li>
<li class="">New MCP servers added to the registry</li>
<li class="">Community highlights</li>
</ul>
<p>This is a new initiative, so the format will evolve based on what's useful. If
there's something specific you'd like us to cover in these updates, let us know.</p>
<p>Check back next week for the first full update!</p>
<p>— The ToolHive Team</p>]]></content:encoded>
        </item>
    </channel>
</rss>