McpAddOptions constructor
const
McpAddOptions({})
Implementation
const McpAddOptions({
required this.name,
required this.commandOrUrl,
this.args = const [],
this.scope = 'local',
this.transport,
this.envVars,
this.headers,
this.clientId,
this.clientSecret = false,
this.callbackPort,
this.xaa = false,
});