Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::ExternalMCPConfig Struct Reference

External MCP server configuration (Entropic-as-server). More...

#include <entropic/types/config.h>

Public Attributes

bool enabled = false
 Enable external MCP.
 
std::optional< std::filesystem::path > socket_path
 Socket path (nullopt = derived)
 
int rate_limit = 10
 Requests per minute (1–100)
 

Detailed Description

External MCP server configuration (Entropic-as-server).

Version
1.8.1

Definition at line 423 of file config.h.

Member Data Documentation

◆ enabled

bool entropic::ExternalMCPConfig::enabled = false

Enable external MCP.

Definition at line 424 of file config.h.

◆ rate_limit

int entropic::ExternalMCPConfig::rate_limit = 10

Requests per minute (1–100)

Definition at line 426 of file config.h.

◆ socket_path

std::optional<std::filesystem::path> entropic::ExternalMCPConfig::socket_path

Socket path (nullopt = derived)

Definition at line 425 of file config.h.


The documentation for this struct was generated from the following file: