Babashka MCP Server

execute

Execute Babashka (bb) code

Input Schema

NameRequiredDescriptionDefault
codeYesBabashka code to execute
timeoutNoTimeout in milliseconds (default: 30000)

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Babashka code to execute", "type": "string" }, "timeout": { "description": "Timeout in milliseconds (default: 30000)", "maximum": 300000, "minimum": 1000, "type": "number" } }, "required": [ "code" ], "type": "object" }

You must be authenticated.

Other Tools