0.1.8npm · mcp-server-code-runner · current release
Observed 2026-08-15T21:17:45.372Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
run-codeRun code snippet and return the result.Input schema{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "Code Snippet"
},
"languageId": {
"type": "string",
"enum": [
"javascript",
"php",
"python",
"perl",
"perl6",
"ruby",
"go",
"lua",
"groovy",
"powershell",
"bat",
"shellscript",
"fsharp",
"csharp",
"vbscript",
"typescript",
"coffeescript",
"scala",
"swift",
"julia",
"crystal",
"ocaml",
"r",
"applescript",
"clojure",
"racket",
"scheme",
"ahk",
"autoit",
"dart",
"haskell",
"nim",
"lisp",
"kit",
"v",
"sass",
"scss"
],
"description": "Language ID"
}
},
"required": [
"code",
"languageId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |