You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ ContextForge MCP Gateway is a feature-rich gateway, proxy and MCP Registry that
123
123
124
124
## 🚀 Overview & Goals
125
125
126
-
**ContextForge MCP Gateway** is a gateway, registry, and proxy that sits in front of any [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server or REST API-exposing a unified endpoint for all your AI clients.
126
+
**ContextForge** is a gateway, registry, and proxy that sits in front of any [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server or REST API-exposing a unified endpoint for all your AI clients.
127
127
128
128
**⚠️ Caution**: The current release (0.7.0) is considered alpha / early beta. It is not production-ready and should only be used for local development, testing, or experimentation. Features, APIs, and behaviors are subject to change without notice. **Do not** deploy in production environments without thorough security review, validation and additional security mechanisms. Many of the features required for secure, large-scale, or multi-tenant production deployments are still on the [project roadmap](https://ibm.github.io/mcp-context-forge/architecture/roadmap/) - which is itself evolving.
For a list of upcoming features, check out the [ContextForge MCP Gateway Roadmap](https://ibm.github.io/mcp-context-forge/architecture/roadmap/)
143
+
For a list of upcoming features, check out the [ContextForge Roadmap](https://ibm.github.io/mcp-context-forge/architecture/roadmap/)
144
144
145
145
> Note on Multi‑Tenancy (v0.7.0): A comprehensive multi‑tenant architecture with email authentication, teams, RBAC, and resource visibility is landing in v0.7.0. See the [Migration Guide](https://github.com/IBM/mcp-context-forge/blob/main/MIGRATION-0.7.0.md) and [Changelog](https://github.com/IBM/mcp-context-forge/blob/main/CHANGELOG.md) for details.
146
146
@@ -238,7 +238,7 @@ See [Observability Documentation](https://ibm.github.io/mcp-context-forge/manage
238
238
239
239
## Quick Start - PyPI
240
240
241
-
MCP Gateway is published on [PyPI](https://pypi.org/project/mcp-contextforge-gateway/) as `mcp-contextforge-gateway`.
241
+
ContextForge is published on [PyPI](https://pypi.org/project/mcp-contextforge-gateway/) as `mcp-contextforge-gateway`.
242
242
243
243
---
244
244
@@ -2178,7 +2178,7 @@ make lint # Run lint tools
2178
2178
2179
2179
## Doctest Coverage
2180
2180
2181
-
MCP Context Forge implements comprehensive doctest coverage to ensure all code examples in documentation are tested and verified:
2181
+
ContextForge implements comprehensive doctest coverage to ensure all code examples in documentation are tested and verified:
2182
2182
2183
2183
```bash
2184
2184
make doctest # Run all doctests
@@ -2400,7 +2400,7 @@ This project offer the following Makefile targets. Type `make` in the project ro
2400
2400
<summary><strong>🔧 Available Makefile targets</strong></summary>
2401
2401
2402
2402
```bash
2403
-
🐍 MCP CONTEXT FORGE (An enterprise-ready Model Context Protocol Gateway)
2403
+
🐍 MCP CONTEXTFORGE (An enterprise-ready Model Context Protocol Gateway)
2404
2404
🔧 SYSTEM-LEVEL DEPENDENCIES (DEV BUILD ONLY)
2405
2405
os-deps - Install Graphviz, Pandoc, Trivy, SCC used for dev docs generation and security scan
2406
2406
🌱 VIRTUAL ENVIRONMENT & INSTALLATION
@@ -2702,7 +2702,7 @@ Licensed under the **Apache License 2.0** - see [LICENSE](./LICENSE)
2702
2702
2703
2703
- [Mihai Criveti](https://www.linkedin.com/in/crivetimihai) - Distinguished Engineer, Agentic AI
2704
2704
2705
-
Special thanks to our contributors for helping us improve ContextForge MCP Gateway:
2705
+
Special thanks to our contributors for helping us improve ContextForge:
0 commit comments