Developer Tools
kernlang.dev
Provides tools for compiling and linting KERN language and TypeScript/JavaScript code.
ENDPOINT 1
https://kernlang.dev/api/mcp
Known tools 12
compileCompile .kern source code to a target framework.
compile-jsonCompile .kern and return structured JSON diagnostics for self-correction.
schemaGet the full KERN language schema as JSON.
reviewRun 240 static analysis rules on TypeScript/JavaScript source code.
review-kernLint .kern source for structural issues and pattern violations.
review-mcp-serverScan MCP server code for security vulnerabilities.
parseParse .kern source to IR (intermediate representation).
decompileDecompile parsed KERN IR back to readable .kern text.
validateValidate .kern syntax without compiling.
list-targetsList all KERN compile targets.
compile-and-reviewCompile .kern to a secure MCP server, then auto-scan the output for security vulnerabilities.
list-nodesList KERN node types with props and children.