RealtimeMcpTool class

Inheritance

Constructors

RealtimeMcpTool.new({required String serverLabel, required String serverUrl, String? serverDescription, List<String>? allowedTools, Map<String, String>? headers, McpToolApproval? requireApproval})
const
RealtimeMcpTool.fromJson(Map<String, dynamic> json)
factory

Properties

allowedTools List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
final
requireApproval McpToolApproval?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverDescription String?
final
serverLabel String
final
serverUrl String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited