Style check, naming, complexity analysis for AI agents
Code linting and style checking tools for AI agents, exposed as an MCP (Model Context Protocol) server. All analysis is performed via regex and text parsing — no AST libraries required. Check code style issues with configurable rules: Indentation — tabs vs spaces, configurable indent size Line length — flag lines exceeding a maximum length Trailing whitespace — detect trailing spaces/tabs Final…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
Code linting and style checking tools for AI agents, exposed as an MCP (Model Context Protocol) server. All analysis is performed via regex and text parsing — no AST libraries required. Check code style issues with configurable rules: Indentation — tabs vs spaces, configurable indent size Line length — flag lines exceeding a maximum length Trailing whitespace — detect trailing spaces/tabs Final newline — require a newline at end of file Quotes — enforce single or double quote consistency…