Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
transport_sse.h File Reference

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>
Include dependency graph for transport_sse.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

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.

Version
1.8.7

Definition in file transport_sse.h.