Auto-sync: 2026-04-21 00:02
This commit is contained in:
19
wiki/concepts/MCP传输协议.md
Normal file
19
wiki/concepts/MCP传输协议.md
Normal 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]]
|
||||
Reference in New Issue
Block a user