Converge MCP — Model Context Protocol client and server.
This crate provides a unified MCP implementation for the Converge ecosystem:
- Types: JSON-RPC protocol types shared by client and server
- Client (
clientfeature): Connect to external MCP servers - Server (
serverfeature): Expose tools/resources via MCP
Usage
# Client only
= { = "1.1", = false, = ["client"] }
# Server only
= { = "1.1", = false, = ["server"] }