Skip to content

Commit 911dc6c

Browse files
Derek2Tuclaude
andauthored
Add weekly update for 2026-05-11 (#864)
* Add weekly update for 2026-05-11 Cover Redis topology support (standalone, cluster, Sentinel) for the embedded auth server's session storage, and Client ID Metadata Document (CIMD) support landing in the ToolHive CLI ahead of the embedded authorization server rollout. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Reframe weekly post around user outcomes Lead both sections with the user pain point and value: pluggable Redis topologies for platforms that don't run Sentinel, and dropping dynamic client registration churn via CIMD in the CLI. Reorder the title and description to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Align titles across page and sections Update page title and section H2s to consistent product-focused wording: "Plug ToolHive into your existing Redis setup" and "ToolHive CLI now supports CIMD". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Address PR #864 review feedback - Update sidebar_label to "Redis flexibility" per @danbarr. - Soften the Redis section so Sentinel isn't positioned as the only production-ready topology; acknowledge managed Redis services that handle HA via standalone or cluster modes. - Lead the CIMD section with the upstream MCP spec shift from Dynamic Client Registration to CIMD. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 01e7b31 commit 911dc6c

1 file changed

Lines changed: 71 additions & 0 deletions

File tree

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Plug ToolHive into your existing Redis setup, and CIMD in the CLI
3+
sidebar_label: 'May 11: Redis flexibility and CIMD in the CLI'
4+
description:
5+
Run the embedded auth server on whichever Redis your platform already uses,
6+
and authenticate MCP clients without per-client registration via CIMD.
7+
---
8+
9+
This week, the embedded auth server runs on the Redis topology your platform
10+
already uses (standalone, cluster, or Sentinel), and the ToolHive CLI
11+
authenticates MCP clients without dynamic client registration.
12+
13+
{/* truncate */}
14+
15+
## Plug ToolHive into your existing Redis setup
16+
17+
Whether your platform runs a managed Redis service (which typically handles HA
18+
transparently) or self-hosts Redis in one of several topologies, the embedded
19+
authorization server can now sit on top of it:
20+
21+
- **Standalone Redis** for simpler deployments, including managed Redis services
22+
that handle high availability for you.
23+
- **Redis Cluster** for sharded scale-out across multiple nodes, common in both
24+
managed and self-hosted deployments.
25+
- **Redis Sentinel** for HA with automatic failover when you self-host Redis
26+
directly.
27+
28+
No more shoehorning a Sentinel topology into a cluster that doesn't otherwise
29+
need it, or skipping the embedded auth server because your standard Redis
30+
doesn't match. Configure the `storage` block on your `MCPExternalAuthConfig` to
31+
match the topology you already run. See
32+
[Redis session storage](/toolhive/guides-k8s/redis-session-storage#configure-mcpexternalauthconfig)
33+
for the YAML and TLS examples.
34+
35+
## ToolHive CLI now supports CIMD
36+
37+
The MCP authentication spec is shifting from Dynamic Client Registration (DCR)
38+
to the
39+
[Client ID Metadata Document](https://datatracker.ietf.org/doc/draft-parecki-oauth-client-id-metadata-document/)
40+
(CIMD) pattern as the preferred way for clients to identify themselves to
41+
upstream identity providers. The ToolHive CLI (`thv`) now supports CIMD, so your
42+
clients stay aligned with the upstream direction.
43+
44+
If you've watched your IdP fill up with one-off client registrations for
45+
short-lived MCP agents and developer environments, this is a direct fix. Instead
46+
of registering each client with the IdP up front, `thv` presents a hosted
47+
metadata document describing itself, and the IdP verifies it on the fly.
48+
49+
Use it when:
50+
51+
- You're running a short-lived or stateless MCP client and don't want a
52+
permanent registration to manage.
53+
- You want to identify a class of clients (for example, every developer on your
54+
team) without registering each one individually.
55+
- Your IdP supports the draft CIMD spec.
56+
57+
Support for CIMD in the embedded authorization server is still in development;
58+
this release lands it in the local CLI experience first.
59+
60+
## Getting started
61+
62+
For detailed release notes, check the project repositories:
63+
64+
- [ToolHive Runtimes](https://github.com/stacklok/toolhive/releases) (CLI and
65+
Kubernetes Operator)
66+
- [ToolHive Desktop UI](https://github.com/stacklok/toolhive-studio/releases)
67+
- [ToolHive Cloud UI](https://github.com/stacklok/toolhive-cloud-ui/releases)
68+
- [ToolHive Registry Server](https://github.com/stacklok/toolhive-registry-server/releases)
69+
70+
You can find all ToolHive documentation on the
71+
[Stacklok documentation site](/toolhive).

0 commit comments

Comments
 (0)