From ecc8dbc3d29ae2dacd8cfebb436b59f04a31afb4 Mon Sep 17 00:00:00 2001 From: sean Date: Tue, 17 Jun 2025 15:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4HTTP=E6=A8=A1=E5=BC=8F=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E9=AB=98=E7=BA=A7=E9=85=8D=E7=BD=AE=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=EF=BC=8C=E4=BB=A5=E7=AE=80=E5=8C=96=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=B9=B6=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 4ec59d7..f875e1d 100644 --- a/README.md +++ b/README.md @@ -98,26 +98,6 @@ PromptX 目前处于 **初始开发阶段**,我们正在积极完善功能和 > **💡 提示:** 配置中特意指定了官方镜像源 `registry.npmjs.org`,这可以避免因使用非官方镜像导致的安装问题。如果您发现安装很慢,建议使用代理工具加速,而不是切换到其他镜像源。 -### 🌐 **高级配置:HTTP 模式支持** - -除了上述本地模式外,PromptX 还支持 **HTTP 模式**,适用于远程部署或特殊网络环境: - -```bash -# 启动 HTTP 模式服务器 -npx -f -y dpml-prompt@beta mcp-server --transport http --port 3000 -``` - -然后在客户端配置中使用: -```json -{ - "mcpServers": { - "promptx": { - "url": "http://localhost:3000/mcp" - } - } -} -``` - 📖 **[完整安装配置指南](https://github.com/Deepractice/PromptX/wiki/PromptX-MCP-Install)** - 包含各种客户端的详细配置方法和故障排除