This is v2 of the MCP Python SDK, the current stable release line. It is a major rework of the SDK, both to support the 2026-07-28 MCP specification (and every earlier revision) and to fix ...
RED = (255, 0, 0) # Full red, no green, no blue BLUE = (0, 0, 255) # No red, no green, full blue GREEN = (0, 255, 0) # No red, full green, no blue ...