Configuration for a single external MCP server entry.
More...
#include <entropic/types/config.h>
|
| 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)
|
| |
Configuration for a single external MCP server entry.
- Version
- 1.8.7
Definition at line 444 of file config.h.
◆ 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: