T402 API Reference - v2.8.0
    Preparing search index...

    Interface UnifiedMcpConfig

    Configuration for unified MCP mode

    interface UnifiedMcpConfig {
        wdkSeedPhrase?: string;
        chains?: Record<string, string | string[]>;
        autoPayEnabled?: boolean;
    }
    Index

    Properties

    wdkSeedPhrase?: string

    WDK seed phrase for wallet management

    chains?: Record<string, string | string[]>

    Chain RPC configurations

    autoPayEnabled?: boolean

    Enable auto-pay mode (automatic balance check + bridge + pay)