Skip to content

Commit de12a59

Browse files
authored
docs: normalize project name (#1157)
Signed-off-by: Frederico Araujo <[email protected]>
1 parent 8cc31ac commit de12a59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ ContextForge MCP Gateway is a feature-rich gateway, proxy and MCP Registry that
123123

124124
## 🚀 Overview & Goals
125125

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.
127127

128128
**⚠️ 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.
129129

@@ -140,7 +140,7 @@ It currently supports:
140140

141141
![MCP Gateway Architecture](https://ibm.github.io/mcp-context-forge/images/mcpgateway.svg)
142142

143-
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/)
144144

145145
> 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.
146146
@@ -238,7 +238,7 @@ See [Observability Documentation](https://ibm.github.io/mcp-context-forge/manage
238238

239239
## Quick Start - PyPI
240240

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`.
242242

243243
---
244244

@@ -2178,7 +2178,7 @@ make lint # Run lint tools
21782178

21792179
## Doctest Coverage
21802180

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:
21822182

21832183
```bash
21842184
make doctest # Run all doctests
@@ -2400,7 +2400,7 @@ This project offer the following Makefile targets. Type `make` in the project ro
24002400
<summary><strong>🔧 Available Makefile targets</strong></summary>
24012401

24022402
```bash
2403-
🐍 MCP CONTEXT FORGE (An enterprise-ready Model Context Protocol Gateway)
2403+
🐍 MCP CONTEXTFORGE (An enterprise-ready Model Context Protocol Gateway)
24042404
🔧 SYSTEM-LEVEL DEPENDENCIES (DEV BUILD ONLY)
24052405
os-deps - Install Graphviz, Pandoc, Trivy, SCC used for dev docs generation and security scan
24062406
🌱 VIRTUAL ENVIRONMENT & INSTALLATION
@@ -2702,7 +2702,7 @@ Licensed under the **Apache License 2.0** - see [LICENSE](./LICENSE)
27022702
27032703
- [Mihai Criveti](https://www.linkedin.com/in/crivetimihai) - Distinguished Engineer, Agentic AI
27042704
2705-
Special thanks to our contributors for helping us improve ContextForge MCP Gateway:
2705+
Special thanks to our contributors for helping us improve ContextForge:
27062706
27072707
<a href="https://github.com/ibm/mcp-context-forge/graphs/contributors">
27082708
<img src="https://contrib.rocks/image?repo=ibm/mcp-context-forge&max=100&anon=0&columns=10" />

0 commit comments

Comments
 (0)