mcp_suite_desktop 0.1.1
mcp_suite_desktop: ^0.1.1 copied to clipboard
Native OS hardware hooks and desktop integration for Flutter MCP Suite.
import 'package:mcp_suite_desktop/mcp_suite_desktop.dart';
void main() async {
final desktop = McpDesktopHooks();
await desktop.initializeNativeHooks();
}