Saxonberg Server API
    Preparing search index...
    DispatchFn: (
        command: CommandDefinition,
        model: CommandModel,
        prep: Record<string, string>,
    ) => Promise<CommandContext>

    Runs a bound command's resolve→validate→execute tail; returns its ctx.

    Type Declaration