新增第26章: NAS照片发送到Telegram

This commit is contained in:
2026-04-17 11:50:37 +08:00
parent ea7a3785b9
commit 4fefe2541b
50 changed files with 1692 additions and 448 deletions

24
wiki/concepts/MCP.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: "MCP"
type: concept
tags: [ai, mcp, protocol]
date: 2026-04-17
---
## Definition
MCPModal 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]] 协议集成