Auto-sync: 2026-04-22 16:03

This commit is contained in:
2026-04-22 16:03:25 +08:00
parent b1e6af2458
commit 72f3673978
82 changed files with 3617 additions and 37 deletions

View File

@@ -30,3 +30,15 @@ MCPModel Context Protocol模型上下文协议是一种支持将外部
## Sources
- [[cursor-2-0初学者使用指南]]
- [[mcp在cursor中的集成与应用详解]]
## Protocol Architecture (detailed from MCP in Cursor Integration)
- **Client-Server 架构**MCP 由 MCP Server服务提供方和 MCP Client调用方如 Cursor组成
- **三种功能接口**
- 资源获取GET类似 HTTP GET用于读取外部数据源
- 工具调用POST类似 HTTP POST用于触发外部工具执行
- Promise 提示词:用于异步交互和状态管理
- **接入方式**
- SSEServer-Sent Events服务端推送模式适合在线 MCP 服务
- Command命令行本地执行命令方式适合本地 MCP 服务
- **典型 MCP Server**smisery 热点新闻服务9个新闻来源、Sequential Thinking 逻辑推理工具