Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,19 @@
---
title: "MCP传输协议"
type: concept
tags: [ai, mcp, transport]
date: 2026-04-20
---
## Definition
MCP Server 常见的传输方式,包括 stdio、SSE 和 Streamable HTTP用于不同部署与集成场景。
## Transport Types
- **stdio**:适合本地 CLI / 桌面集成
- **SSE**:适合 Web 或远程 Agent 场景
- **Streamable HTTP**:适合云端无状态部署
## Connections
- [[MCP]]
- [[MCP服务器]]
- [[MCP Builder]]