diff --git a/README.md b/README.md index a8e13fd..0cff8b8 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ docker run -p 3000:3000 samanhappy/mcphub ### Dashboard Access -Open your web browser and navigate to: -`http://localhost:3000` +Open your web browser and navigate to: `http://localhost:3000` The dashboard provides: - **Real-Time Monitoring**: Keep an eye on the status of all MCP servers. @@ -36,8 +35,7 @@ The dashboard provides: ### SSE Endpoint -Seamlessly connect your host applications (e.g., Claude Desktop, Cursor, Cherry Studio, etc.) to the MCPHub SSE endpoint at: -`http://localhost:3000/sse` +Seamlessly connect your host applications (e.g., Claude Desktop, Cursor, Cherry Studio, etc.) to the MCPHub SSE endpoint at: `http://localhost:3000/sse` ## Local Development @@ -76,6 +74,16 @@ Install dependencies and launch MCPHub: cd mcphub && pnpm install && pnpm dev ``` +## Community and Contributions + +MCPHub started as a small side project that I developed on a whim, and I'm amazed at the attention it has received. Thank you all for your support! + +Currently, MCPHub still has many areas that need optimization and improvement. I've created a dedicated WeChat group for discussions and feedback. If you're interested in this project, you're welcome to join us and contribute! + +![WeChat Group](assets/wegroup.jpg) + ## License This project is licensed under the [MIT License](LICENSE). + + diff --git a/README.zh.md b/README.zh.md index 09bcfad..f83c961 100644 --- a/README.zh.md +++ b/README.zh.md @@ -26,8 +26,7 @@ docker run -p 3000:3000 samanhappy/mcphub ### 仪表盘访问 -在浏览器中打开以下地址: -`http://localhost:3000` +在浏览器中打开以下地址: `http://localhost:3000` 仪表盘提供以下功能: - **实时监控**:随时查看所有 MCP 服务的运行状态。 @@ -36,8 +35,7 @@ docker run -p 3000:3000 samanhappy/mcphub ### SSE 端点 -您可以将主机应用(如 Claude Desktop、Cursor、Cherry Studio 等)无缝连接至 MCPHub 的 SSE 端点: -`http://localhost:3000/sse` +您可以将主机应用(如 Claude Desktop、Cursor、Cherry Studio 等)无缝连接至 MCPHub 的 SSE 端点: `http://localhost:3000/sse` ## 本地开发 @@ -76,6 +74,12 @@ git clone https://github.com/samanhappy/mcphub.git cd mcphub && pnpm install && pnpm dev ``` +## 社区与共建 + +MCPHub 只是我一时兴起开发的小项目,没想到竟收获了这么多关注,非常感谢大家的支持!目前 MCPHub 还有不少地方需要优化和完善,我也专门建了个交流群,方便大家交流反馈。如果你也对这个项目感兴趣,欢迎一起参与建设! + +![微信交流群](assets/wegroup.jpg) + ## 许可证 本项目采用 [MIT 许可证](LICENSE)。 diff --git a/assets/wegroup.jpg b/assets/wegroup.jpg new file mode 100644 index 0000000..e148c63 Binary files /dev/null and b/assets/wegroup.jpg differ