Add Server-Sent Events (SSE) API documentation and README updates
- Created comprehensive SSE API documentation in `docs/SSE_API.md` - Updated README.md with new features section highlighting SSE capabilities - Added `.cursornotes` file for SSE subscription flow - Provided detailed examples and usage guidelines for SSE integration - Documented event types, authentication, and best practices for real-time updates
This commit is contained in:
14
.cursornotes
Normal file
14
.cursornotes
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "MCP SSE Subscribe Flow",
|
||||
"nodes": [
|
||||
{
|
||||
"id": "sse_subscribe",
|
||||
"type": "http request",
|
||||
"method": "GET",
|
||||
"url": "http://localhost:3000/sse",
|
||||
"ret": "txt",
|
||||
"persist": true,
|
||||
"name": "SSE Subscription"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user