Flux

by asrvd
834,631
3

create-sqlite-based-handler

Generate SQLite-based handlers for AO systems using process ID and handler code, eliminating manual coding with Flux's AI-powered MCP server.

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