enable method
Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for all currently registered tools.
Implementation
Future<void> enable() async {
await _client.send('WebMCP.enable');
}
Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for all currently registered tools.
Future<void> enable() async {
await _client.send('WebMCP.enable');
}