Overview of the Front-End Checklist MCP Server
mainThe Front-End Checklist MCP (Model Context Protocol) server exposes the project's rule corpus to AI agents. It allows agents to discover, search, audit, and receive guidance on frontend development best practices.
Key features include:
- 11 read-only tools for discovery, workflows, and audits.
- Explicit tool separation: Distinct tools for checking, fixing, and explaining rules to ensure intentional AI actions.
- Transport support: Runs via a remote HTTP endpoint (at
/api/mcp) or via localstdiotransport. - Fuzzy matching: Provides suggestions when a rule or category is not found using Levenshtein distance.