RealtimeMcpTool constructor

const RealtimeMcpTool({
  1. required String serverLabel,
  2. required String serverUrl,
  3. String? serverDescription,
  4. List<String>? allowedTools,
  5. Map<String, String>? headers,
  6. McpToolApproval? requireApproval,
})

Implementation

const RealtimeMcpTool({
  required this.serverLabel,
  required this.serverUrl,
  this.serverDescription,
  this.allowedTools,
  this.headers,
  this.requireApproval,
});