feat(wiki): ingest 'MCP在Cursor中的集成与应用详解.md' following CLAUDE.md schema

This commit is contained in:
2026-04-14 19:34:03 +08:00
parent 1a5b8867d5
commit 8f5268db77
9 changed files with 129 additions and 21 deletions

16
wiki/concepts/SSE.md Normal file
View File

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