Controls Microsoft Paint programmatically using the Microsoft Commandline Protocol (MCP).
Enables programmatic control of Microsoft Paint through a JSON-RPC 2.0 compatible server, leveraging the Microsoft Commandline Protocol (MCP). It allows developers to automate tasks such as drawing lines, shapes, and pixels, setting colors, and controlling the Paint window from other applications or scripts. The server communicates via stdin/stdout, making it accessible from various programming environments. A test client written in Python is provided to demonstrate usage.