mcp_bridge 0.1.0 copy "mcp_bridge: ^0.1.0" to clipboard
mcp_bridge: ^0.1.0 copied to clipboard

Dart plugin for implementing Model Context Protocol (MCP) bridge. Provides tools to build MCP bridge that can expose data, functionality, and interaction patterns to LLM applications.

0.1.0 #

  • Initial release
    • Created bridge implementation for the Model Context Protocol (MCP)
    • Supports pluggable transport types (stdio, sse)
    • Provides bi-directional JSON-RPC message forwarding between MCP clients and servers
    • Command-line and config-file based configuration system
    • Auto-reconnection support for client and server transports
    • Token-based authentication support for SSE connections
    • Lifecycle coordination with graceful shutdown handling
    • Includes CLI test runner (test_bridge.dart) for integration testing
    • Compatible with mcp_server, mcp_client, and MCP Inspector
2
likes
140
points
82
downloads

Documentation

API reference

Publisher

verified publishermakemind.dev

Weekly Downloads

Dart plugin for implementing Model Context Protocol (MCP) bridge. Provides tools to build MCP bridge that can expose data, functionality, and interaction patterns to LLM applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, mcp_client, mcp_server

More

Packages that depend on mcp_bridge