MCP Client Overview The MCP client SDK lets you connect to any MCP server, discover its capabilities (tools, resources, prompts), and invoke them programmatically. Use this when building AI agents, testing MCP servers, or integrating MCP capabilities into your application. Instructions Step 1: Install the SDK TypeScript: Python: Step 2: Connect to a stdio server TypeScript: Python: Step 3: Connect to an SSE server (remote) TypeScript: Python: Step 4: Discover tools Python: Step 5: Call a tool Python: Step 6: List and read resources Python: Step 7: List and use prompts Step 8: Build an AI agen…