- 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
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
{
|
|
"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"
|
|
}
|
|
]
|
|
} |