77c62c76fb
- Replace brittle '"status": "ok"' string match with proper JSON parsing in _mcporter_status_ok(). Handles Windows BOM, CRLF line endings, and whitespace variations that caused false negatives on Windows + mcporter 0.7.3. - Fallback to normalised string matching for backward compatibility. - Extend config-get timeout to 15 s and list timeout to 30 s on Windows (unchanged on Linux/macOS: 5 s / 10 s). Fixes #159