Package mcp connects to an MCP server over stdio and exposes its tools
as Simon tool.Tool values, mirroring Python's simon/tools/mcp_client.py
MCPClient.
Tools connects to the server, lists its tools, and wraps each as a
tool.Tool. Like Python's MCPClient, each subsequent Call opens a fresh
stdio connection rather than keeping this one open.