17 lines
483 B
Markdown
17 lines
483 B
Markdown
---
|
||
title: "SSE"
|
||
type: concept
|
||
tags: [protocol, integration]
|
||
last_updated: 2026-04-14
|
||
---
|
||
|
||
## Aliases
|
||
- Server-Sent Events
|
||
- SSE连接
|
||
|
||
## Summary
|
||
SSE (Server-Sent Events) 是一种服务器向客户端单向推送实时事件的技术。在 [[MCP]] 的生态中,SSE 是除命令行 (Command) 之外的另一种服务端接入方式,允许客户端实时监听服务端发出的数据和状态更新。
|
||
|
||
## Key Connections
|
||
- [[SSE]] 是接入 [[MCP]] 的两种主要方式之一
|