diff --git a/README.md b/README.md index b1017df..13e869e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ MCPHub makes it easy to manage and scale multiple MCP (Model Context Protocol) s - **Secure Authentication**: Built-in user management with role-based access powered by JWT and bcrypt. - **OAuth 2.0 Support**: Full OAuth support for upstream MCP servers with proxy authorization capabilities. - **Environment Variable Expansion**: Use environment variables anywhere in your configuration for secure credential management. See [Environment Variables Guide](docs/environment-variables.md). +- **Cluster Deployment**: Deploy multiple nodes for high availability and load distribution with sticky session support. See [Cluster Deployment Guide](docs/cluster-deployment.md). - **Docker-Ready**: Deploy instantly with our containerized setup. ## 🔧 Quick Start diff --git a/README.zh.md b/README.zh.md index 7327401..f67107d 100644 --- a/README.zh.md +++ b/README.zh.md @@ -19,6 +19,9 @@ MCPHub 通过将多个 MCP(Model Context Protocol)服务器组织为灵活 - **热插拔式配置**:在运行时动态添加、移除或更新服务器配置,无需停机。 - **基于分组的访问控制**:自定义分组并管理服务器访问权限。 - **安全认证机制**:内置用户管理,基于 JWT 和 bcrypt,实现角色权限控制。 +- **OAuth 2.0 支持**:完整的 OAuth 支持,用于上游 MCP 服务器的代理授权功能。 +- **环境变量扩展**:在配置中的任何位置使用环境变量,实现安全凭证管理。参见[环境变量指南](docs/environment-variables.md)。 +- **集群部署**:部署多个节点实现高可用性和负载分配,支持会话粘性。参见[集群部署指南](docs/cluster-deployment.zh.md)。 - **Docker 就绪**:提供容器化镜像,快速部署。 ## 🔧 快速开始