First release
Implements MCP server for PHPCS and PHPCBF Adds a minimal Model Context Protocol (MCP) server to expose PHPCS and PHPCBF tools. This server allows running code sniffer checks and fixes via JSON-RPC over STDIN/STDOUT, without external dependencies. It supports configuration via environment variables or a config file, and includes ruleset discovery. Logs are written to STDERR.