sse endpoint

This commit is contained in:
2026-05-22 09:47:20 +02:00
parent 78b674fa1c
commit ca1315bfaf
3 changed files with 31 additions and 2 deletions
+2
View File
@@ -24,3 +24,5 @@ docker build -t server .
- requires `X-Device-ID: <device-id>`
- `POST /mcp` for MCP/JSON-RPC requests
- typically uses `Authorization: Bearer <token>`
- `GET /mcp` for MCP server-sent events
- provides a minimal SSE stream for MCP clients that probe or require it