mcp_bridge 0.2.0-rc.1
mcp_bridge: ^0.2.0-rc.1 copied to clipboard
MCP bridge with built-in transport zoo — bridges JSON-RPC between any two of stdio, sse, streamableHttp, websocket, tcp, serial, usb, ble. Aligned with the MCP 2.0 wave.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mcp_bridgeWith Flutter:
$ flutter pub add mcp_bridgeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mcp_bridge: ^0.2.0-rc.1Alternatively, 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:mcp_bridge/mcp_bridge.dart';