FoundryVTT MCP Server Documentation - v1.5.3
    Preparing search index...

    Interface FoundryClientConfig

    interface FoundryClientConfig {
        baseUrl: string;
        apiKey?: string;
        username?: string;
        password?: string;
        userId?: string;
        timeout?: number;
        retryAttempts?: number;
        retryDelay?: number;
        socketPath?: string;
        writeEnabled?: boolean;
    }
    Index

    Properties

    baseUrl: string
    apiKey?: string
    username?: string
    password?: string
    userId?: string
    timeout?: number
    retryAttempts?: number
    retryDelay?: number
    socketPath?: string
    writeEnabled?: boolean

    Opt-in gate for game-state mutations (FOUNDRY_WRITE_ENABLED). Default false.