Files
nexus/wiki/concepts/SSE.md

483 B
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
SSE concept
protocol
integration
2026-04-14

Aliases

  • Server-Sent Events
  • SSE连接

Summary

SSE (Server-Sent Events) 是一种服务器向客户端单向推送实时事件的技术。在 MCP 的生态中SSE 是除命令行 (Command) 之外的另一种服务端接入方式,允许客户端实时监听服务端发出的数据和状态更新。

Key Connections

  • SSE 是接入 MCP 的两种主要方式之一