MCPServer constructor
MCPServer({})
Implementation
MCPServer({
required this.serverLabel,
this.authorization,
this.serverUrl,
this.allowedTools,
this.headers,
this.requireApproval,
this.alwaysRequireApproval,
this.neverRequireApproval,
this.openaiConnectorId,
});