Skip to content

First release

Choose a tag to compare

@larspohlmann larspohlmann released this 20 Oct 09:23
· 6 commits to main since this 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.