SSE transport has reliability issues through Cloudflare/Traefik proxies (connections drop, causing init failures on reconnect). Streamable HTTP is stateless — each request carries its own session, avoiding persistent connection issues. New endpoint: POST/GET/DELETE /mcp/mcp (streamable-http) Existing: GET /mcp/sse + POST /mcp/messages/ (SSE, unchanged) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| ui/static | ||
| __init__.py | ||
| __main__.py | ||
| credential_detector.py | ||
| crypto.py | ||
| mcp_server.py | ||
| sync.py | ||
| vault_client.py | ||