概要
This tool acts as a Model Context Protocol (MCP) server, specifically designed to address the challenge of AI coding assistants generating outdated PHP code for Silverstripe 6 projects. It intervenes immediately when an AI assistant produces Silverstripe 5-style code, validating it against Silverstripe 6 standards and providing feedback that allows the AI to self-correct and generate modern, compliant code. By catching migration issues early, it prevents the introduction of legacy patterns into new Silverstripe 6 projects, ensuring code quality and streamlining the development process.