Files
nexus/wiki/concepts/MCP.md
2026-04-14 16:02:50 +08:00

25 lines
618 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "MCP"
type: concept
tags: [AI, 协议, 集成]
sources: [mcp-in-cursor]
last_updated: 2026-04-14
---
## Definition
Modal Context Protocol基于Client-Server架构的协议用于AI大模型与外围工具的集成交互。
## 核心接口
| 接口 | 类型 | 功能 |
|------|------|------|
| 资源获取 | GET | 获取外部资源 |
| 工具调用 | POST | 执行外部工具 |
| Promise提示词 | - | 多样化交互 |
## Cursor接入方式
- **SSE方式**通过Server-Sent Events接入
- **Command方式**:通过本地执行命令接入
## Connections
- [[Cursor]] ← 集成 ← [[MCP]]