From ed627a1507ad6bc4359d1a3dff1360ed978812a6 Mon Sep 17 00:00:00 2001
From: AgustD <1597274666@qq.com>
Date: Fri, 13 Jun 2025 18:12:01 +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=A4AI=E5=BA=94=E7=94=A8MCP=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BD=8D=E7=BD=AE=E7=9A=84=E8=AF=A6?=
=?UTF-8?q?=E7=BB=86=E8=AF=B4=E6=98=8E=EF=BC=8C=E4=BC=98=E5=8C=96=E5=86=85?=
=?UTF-8?q?=E5=AE=B9=E7=BB=93=E6=9E=84=EF=BC=8C=E6=8F=90=E5=8D=87=E5=8F=AF?=
=?UTF-8?q?=E8=AF=BB=E6=80=A7=E5=92=8C=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 | 27 +++------------------------
1 file changed, 3 insertions(+), 24 deletions(-)
diff --git a/README.md b/README.md
index 44e3820..771c724 100644
--- a/README.md
+++ b/README.md
@@ -44,27 +44,6 @@ PromptX 能做什么?简单来说,它让你的 AI 助手拥有了"大脑"和
## 🚀 **一键启动,30秒完成配置**
-### **第 1 步:找到AI应用的MCP配置文件**
-
-首先,找到您AI应用的配置文件。不知道在哪?没关系,我们为您准备了速查表:
-
-
-👉 **点击这里,查看主流AI应用的配置文件位置**
-
-| AI应用 | 状态 | 配置文件位置 |
-|---|---|---|
-| **Claude Desktop** | ✅ 官方支持 | Windows: `%APPDATA%\Claude\claude_desktop_config.json`
macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` |
-| **Cursor** | ✅ 支持 | 通过MCP设置面板配置 |
-| **Zed** | ✅ 支持 | 配置文件:`~/.config/zed/settings.json` |
-| **Continue** | ✅ 支持 | VS Code插件配置 |
-| *...以及更多应用* | | *请参考下方的完整列表* |
-
-
-
-
-
-### **第 2 步:添加 PromptX 配置**
-
打开配置文件,将下面的 `promptx` 配置代码复制进去。这是最简单的 **零配置模式**,PromptX 会自动为您处理一切。
```json
@@ -116,11 +95,11 @@ PromptX 作为您和AI应用之间的"专业能力中间件",通过标准的 [
```mermaid
graph TD
- subgraph Your AI App(Claude, Cursor, etc.)
+ subgraph "Your AI App (Claude, Cursor, etc.)"
A[👨💻 User Interaction]
end
- subgraph PromptX MCP Server
+ subgraph "PromptX MCP Server"
C{PromptX Engine}
D[🎭 Role Library]
E[🧠 Memory & Knowledge]
@@ -131,7 +110,7 @@ graph TD
C -- "Accesses" --> D
C -- "Accesses" --> E
- subgraph Enhanced Response
+ subgraph "Enhanced Response"
F[✨ Professional Output]
end
C --> F