|
Entropic 2.3.8
Local-first agentic inference engine
|
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) | |
External MCP server configuration (Entropic-as-server).
| bool entropic::ExternalMCPConfig::enabled = false |
| int entropic::ExternalMCPConfig::rate_limit = 10 |
| std::optional<std::filesystem::path> entropic::ExternalMCPConfig::socket_path |