MCP Tools SDK
This crate contains an SDK for parsing and manipulating Model Context Protocol (MCP) tool descriptions. Specifically, the SDK is designed in a way in which any MCP tool description can be parsed into a generic ToolDescription struct which allows for meta-mcp tools to process the tool descriptions without needing to know the exact structure of each concrete mcp tool.
Example Usage
mcp_tool.json
use ToolDescription;