Gradle-accurate JVM classpath; fetch Java source, signatures, and class structure for agents.
An MCP server and CLI that gives your coding agent the one thing it's missing on JVM codebases: the actual classpath. You use an IDE to write Java. Your coding agent doesn't have one. When your agent hits an unfamiliar library type — say, a superclass from a proprietary internal library — it spends 25+ turns walking , opening JARs by hand with , picking one by guesswork, and trying to answer a…
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.
An MCP server and CLI that gives your coding agent the one thing it's missing on JVM codebases: the actual classpath. You use an IDE to write Java. Your coding agent doesn't have one. When your agent hits an unfamiliar library type — say, a superclass from a proprietary internal library — it spends 25+ turns walking , opening JARs by hand with , picking one by guesswork, and trying to answer a question your IDE would answer in one keystroke: does this superclass have a public utility method…