Flux

by asrvd
834,631
3

load-local-blueprint

Deploys a local blueprint code and process ID into the Flux MCP server, enabling automated execution and testing of workflows without manual coding.

Input Schema

NameRequiredDescriptionDefault
blueprintCodeYes
processIdYes

Input Schema (JSON Schema)

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