Files
nexus/wiki/concepts/SSE.md

17 lines
483 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: "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]] 的两种主要方式之一