Skip to main content

MOD

MOD integration tools execute packaged bin commands.

execute_command

Execute a MOD bin command. Use the homunculus://mods resource to discover available commands per MOD.

ParameterTypeDefaultDescription
commandstringrequiredCommand name to execute
argsstring[]Command arguments
stdinstringStandard input (typically JSON)
timeoutMsnumber30000Timeout in milliseconds (range: 1000–300000)

Returns stdout, stderr, exitCode, and timedOut. The tool result isError is set when exitCode !== 0.