|
Entropic 2.3.8
Local-first agentic inference engine
|
SSE transport for external MCP servers. More...
#include <entropic/mcp/transport.h>#include <atomic>#include <condition_variable>#include <cstdint>#include <map>#include <memory>#include <mutex>#include <string>#include <thread>

Go to the source code of this file.
Classes | |
| class | entropic::SSETransport |
| SSE transport: HTTP GET for event stream, POST for requests. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
SSE transport for external MCP servers.
Uses cpp-httplib for HTTP communication. SSE stream read on a background thread; JSON-RPC requests sent via HTTP POST. Responses matched to pending requests by JSON-RPC id field.
Definition in file transport_sse.h.