mcp-server-code-runner

by formulahendry
Verified

run-code

Run code snippet and return the result.

Input Schema

NameRequiredDescriptionDefault
codeYesCode Snippet
languageIdYesLanguage ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "Code Snippet", "type": "string" }, "languageId": { "description": "Language ID", "type": "string" } }, "required": [ "code", "languageId" ], "type": "object" }

You must be authenticated.

Other Tools