新增第26章: NAS照片发送到Telegram
This commit is contained in:
24
wiki/concepts/MCP.md
Normal file
24
wiki/concepts/MCP.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "MCP"
|
||||
type: concept
|
||||
tags: [ai, mcp, protocol]
|
||||
date: 2026-04-17
|
||||
---
|
||||
|
||||
## Definition
|
||||
MCP(Modal Context Protocol)是一种基于 Client-Server 架构的协议,旨在实现大模型与外围服务的高效集成。
|
||||
|
||||
## Core Interfaces
|
||||
MCP Server 提供三种功能接口:
|
||||
- **资源获取**:类似 HTTP 的 GET 请求
|
||||
- **工具调用**:类似 POST 请求
|
||||
- **Promise 提示词**:用于多样化的交互与扩展
|
||||
|
||||
## MCP in Cursor
|
||||
- 在 Cursor 中通过设置新增 MCP Server
|
||||
- 支持两种接入方式:SSE 服务方式和本地执行命令方式
|
||||
|
||||
## Connections
|
||||
- 属于 [[Agentic AI]] 技术栈
|
||||
- 与 [[Sequential Thinking]] 工具配合使用可提升 AI 决策质量
|
||||
- Cursor 支持 [[MCP]] 协议集成
|
||||
Reference in New Issue
Block a user