- Step1: Install Microsoft Paint and ensure it is accessible on your Windows system.
- Step2: Build the server with `cargo build --release`.
- Step3: Run the server using `cargo run --release`.
- Step4: Use a JSON-RPC client or the provided Python test scripts to send commands like `initialize`, `connect`, or `draw_line`.
- Step5: Monitor server responses for success or troubleshooting information.