FoundryVTT MCP Server Documentation - v0.9.2
    Preparing search index...

    Interface FoundryUser

    interface FoundryUser {
        _id: string;
        name: string;
        role: number;
        active: boolean;
        color: string;
        avatar?: string;
        character?: string;
        permissions: Record<string, boolean>;
    }
    Index

    Properties

    _id: string
    name: string
    role: number
    active: boolean
    color: string
    avatar?: string
    character?: string
    permissions: Record<string, boolean>