execute method
Execute the command.
Implementation
@override
Future<CommandResult> execute(String args, ToolUseContext context) async {
// In the full implementation, this disables the bridge in app state.
return const TextCommandResult(remoteControlDisconnectedMsg);
}