Files
nexus/wiki/concepts/MCP传输协议.md
2026-04-21 00:02:55 +08:00

20 lines
446 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, 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]]