@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface PostgresTaskStoreOptions

    Configuration for PostgresTaskStore.

    interface PostgresTaskStoreOptions {
        tableName?: string;
    }
    Index

    Properties

    Properties

    tableName?: string

    Table name for task storage. Must contain only lowercase letters, digits, and underscores. Defaults to "adcp_mcp_tasks".