stdiobus-client
Async client for stdio_bus - the AI agent transport layer for MCP/ACP protocols.
This is the main crate you should use. It provides a high-level async API for communicating with stdio_bus workers.
Installation
[]
= "1.0"
= { = "1", = ["full"] }
Quick Start
use ;
use json;
async
Features
docker(default) - Docker backend supportnative- Native FFI backend (requires libstdio_bus)
Documentation
See the main repository README for full documentation.
License
Apache-2.0