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

618 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
MCP concept
AI
协议
集成
mcp-in-cursor
2026-04-14

Definition

Modal Context Protocol基于Client-Server架构的协议用于AI大模型与外围工具的集成交互。

核心接口

接口 类型 功能
资源获取 GET 获取外部资源
工具调用 POST 执行外部工具
Promise提示词 - 多样化交互

Cursor接入方式

  • SSE方式通过Server-Sent Events接入
  • Command方式:通过本地执行命令接入

Connections