turbo_bridge_mcp 0.3.0
turbo_bridge_mcp: ^0.3.0 copied to clipboard
MCP server for Flutter Turbo Bridge — exposes Flutter app interaction tools to LLM hosts via the Model Context Protocol.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate turbo_bridge_mcpUse it
The package has the following executables:
$ turbo_bridge_devtools
$ turbo_bridge_mcp
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add turbo_bridge_mcpWith Flutter:
$ flutter pub add turbo_bridge_mcpThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
turbo_bridge_mcp: ^0.3.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:turbo_bridge_mcp/turbo_bridge_mcp.dart';