MCPEndpointSpec constructor

MCPEndpointSpec({
  1. required String label,
  2. String? description,
  3. List<AllowedMcpToolFilter>? allowedTools,
  4. Map<String, String>? headers,
  5. String? requireApproval,
  6. OAuthClientConfig? oauth,
  7. String? openaiConnectorId,
})

Implementation

MCPEndpointSpec({
  required this.label,
  this.description,
  this.allowedTools,
  this.headers,
  this.requireApproval,
  this.oauth,
  this.openaiConnectorId,
});