converge-mcp 2.1.2

Model Context Protocol (MCP) client and server for Converge
Documentation

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 (client feature): Connect to external MCP servers
  • Server (server feature): Expose tools/resources via MCP

Usage

# Client only
converge-mcp = { version = "1.1", default-features = false, features = ["client"] }

# Server only
converge-mcp = { version = "1.1", default-features = false, features = ["server"] }