Expand description
MCP client implementation
Provides a client for connecting to MCP servers and calling tools. This implementation uses tokio-tungstenite for WebSocket communication.
Structs§
- McpClient
- MCP Client for connecting to and interacting with MCP servers.
- McpTool
Adapter - Adapter that wraps an MCP tool to be used as a VEX Tool.