Module mcp_client

Source
Expand description

MCP client implementation

This module provides the main MCP client that can connect to MCP servers, initialize connections, and perform operations like calling tools, reading resources, and executing prompts according to the Model Context Protocol specification.

Structsยง

ClientConfig
Configuration for the MCP client
McpClient
Main MCP client implementation
McpClientBuilder
Client builder for easier construction