MCP server config.
More...
#include <types.h>
|
|
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
|