Flux

by asrvd
834,631
3

create-handler

Generate and deploy code handlers on the Flux MCP server using specified process IDs and handler code, enabling automated execution without manual coding.

Input Schema

NameRequiredDescriptionDefault
handlerCodeYes
processIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "handlerCode": { "type": "string" }, "processId": { "type": "string" } }, "required": [ "processId", "handlerCode" ], "type": "object" }
ID: 74rb54w5bs