MCPEndpointSpec constructor
MCPEndpointSpec({
- required String label,
- String? description,
- List<
AllowedMcpToolFilter> ? allowedTools, - Map<
String, String> ? headers, - String? requireApproval,
- OAuthClientConfig? oauth,
- String? openaiConnectorId,
Implementation
MCPEndpointSpec({
required this.label,
this.description,
this.allowedTools,
this.headers,
this.requireApproval,
this.oauth,
this.openaiConnectorId,
});