Those functions act on the default MCP settings in the config file.
Definition MRMcpSettings.h:12
bool isPortLockedFromCmdLine()
bool getEnableByDefault()
Returns whether the MCP server should start on program startup, according to the config file.
CmdLineOverrides parseCmdLineOverrides(const std::vector< std::string > &commandArgs)
void setEnableByDefault(bool enable)
Sets whether the MCP server should start on program startup, in the config file.
Definition MRMcpSettings.h:17
std::filesystem::path dumpFilePath
-mcpDumpFile <path>. Empty means no dump.
Definition MRMcpSettings.h:19
int port
-mcpPort N. <= 0 means no override.
Definition MRMcpSettings.h:18