Skip to content

Commit 68cf168

Browse files
committed
Doc updates Registry
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 12df0b1 commit 68cf168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[![Docker Image](https://img.shields.io/badge/docker-ghcr.io%2Fibm%2Fmcp--context--forge-blue)](https://github.com/ibm/mcp-context-forge/pkgs/container/mcp-context-forge)&nbsp;
1818

1919

20-
ContextForge MCP Gateway is a feature-rich gateway & proxy that federates MCP and REST services - unifying discovery, auth, rate-limiting, observability, virtual servers, multi-transport protocols, and an optional Admin UI into one clean endpoint for your AI clients. It runs as a fully compliant MCP server, deployable via PyPI or Docker, and scales to multi-cluster environments on Kubernetes with Redis-backed federation and caching.
20+
ContextForge MCP Gateway is a feature-rich gateway, proxy and MCP Registry that federates MCP and REST services - unifying discovery, auth, rate-limiting, observability, virtual servers, multi-transport protocols, and an optional Admin UI into one clean endpoint for your AI clients. It runs as a fully compliant MCP server, deployable via PyPI or Docker, and scales to multi-cluster environments on Kubernetes with Redis-backed federation and caching.
2121

2222
![MCP Gateway](https://ibm.github.io/mcp-context-forge/images/mcpgateway.gif)
2323
---
@@ -51,7 +51,7 @@ For a list of upcoming features, check out the [ContextForge MCP Gateway Roadmap
5151
</details>
5252

5353
<details>
54-
<summary><strong>🌐 Federation of Peer Gateways</strong></summary>
54+
<summary><strong>🌐 Federation of Peer Gateways (MCP Registry)</strong></summary>
5555

5656
* Auto-discovers or configures peer gateways (via mDNS or manual)
5757
* Performs health checks and merges remote registries transparently

mcpgateway/templates/admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ <h3 class="text-lg font-bold mb-4">Add New Prompt</h3>
12141214
<!-- Gateways Panel -->
12151215
<div id="gateways-panel" class="tab-panel hidden">
12161216
<div class="flex justify-between items-center mb-4">
1217-
<h2 class="text-2xl font-bold">Federated Gateways (MCP)</h2>
1217+
<h2 class="text-2xl font-bold">Federated Gateways (MCP Registry)</h2>
12181218
<p class="text-sm text-gray-600 mt-1">Gateways are where you register external MCP servers to federate their tools/resources/prompts into your environment.</p>
12191219
<div class="flex items-center">
12201220
<input

0 commit comments

Comments
 (0)