@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface PostgresTaskStoreOptions

    Configuration for PostgresTaskStore.

    interface PostgresTaskStoreOptions {
        tableName?: string;
        allowUnscopedAccess?: boolean;
    }
    Index

    Properties

    tableName?: string

    Table name for task storage. Lowercase letters, digits, underscores; at most 40 characters. Defaults to "adcp_mcp_tasks".

    allowUnscopedAccess?: boolean

    Permit task operations without a session ID. Unscoped listing includes only unowned legacy/stateless tasks; task-ID operations act as privileged capability access for background workers. Disabled by default because callers cannot be isolated in a shared stateless namespace. Enable only on a separate trusted-worker store or a trusted single-tenant server.