Agents 1.4.0
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::mcpConfig Struct Reference

MCP server config. More...

#include <types.h>

Public Attributes

std::string serverName
 Name of the server.
std::string url
 url of the server
std::string type
 Type of server: sse | stdio.
std::string command
 Command to run.
std::vector< std::string > args
 args to pass to command
nlohmann::ordered_json env_vars = nlohmann::ordered_json::object()
 env variables

Detailed Description

MCP server config.