mcp_bridge 0.2.0-rc.1 copy "mcp_bridge: ^0.2.0-rc.1" to clipboard
mcp_bridge: ^0.2.0-rc.1 copied to clipboard

PlatformLinux

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_bridge

With Flutter:

 $ flutter pub add mcp_bridge

This 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.1

Alternatively, 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';
2
likes
160
points
72
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, bluez, clib_serialport_dart, dart_libusb, ffi, logging, mcp_client, mcp_server, meta

More

Packages that depend on mcp_bridge