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

Configuration for a single external MCP server entry. More...

#include <entropic/types/config.h>

Public Attributes

std::string command
 Stdio command (empty for SSE)
 
std::vector< std::string > args
 Stdio command arguments.
 
std::unordered_map< std::string, std::string > env
 Stdio environment variables.
 
std::string url
 SSE endpoint URL (empty for stdio)
 

Detailed Description

Configuration for a single external MCP server entry.

Version
1.8.7

Definition at line 444 of file config.h.

Member Data Documentation

◆ args

std::vector<std::string> entropic::ExternalServerEntry::args

Stdio command arguments.

Definition at line 446 of file config.h.

◆ command

std::string entropic::ExternalServerEntry::command

Stdio command (empty for SSE)

Definition at line 445 of file config.h.

◆ env

std::unordered_map<std::string, std::string> entropic::ExternalServerEntry::env

Stdio environment variables.

Definition at line 447 of file config.h.

◆ url

std::string entropic::ExternalServerEntry::url

SSE endpoint URL (empty for stdio)

Definition at line 448 of file config.h.


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