Support library for building Agentic MCP and Agent2Agent-based services.
IN PROGRESS: Building this as we speak... The crate in Rust provides essential building blocks for developing agentic applications and systems through an ergonomic API for core components such as MCP and Agent-to-Agent support. is starting to have a solid representation of all the major MCP types and a first pass at the MCP Client interface for most MCP requests and responses. See…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
IN PROGRESS: Building this as we speak... The crate in Rust provides essential building blocks for developing agentic applications and systems through an ergonomic API for core components such as MCP and Agent-to-Agent support. is starting to have a solid representation of all the major MCP types and a first pass at the MCP Client interface for most MCP requests and responses. See examples/c01-client-simple. The two main submodules are: provides support for the MCP Client and Server. (coming…