Auto-sync

This commit is contained in:
2026-04-15 07:37:53 +08:00
parent 1bce532898
commit f3569a835b
484 changed files with 0 additions and 18663 deletions

View File

@@ -1,16 +0,0 @@
---
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]] 的两种主要方式之一