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

    Type Alias AttributePatch

    AttributePatch: Record<string, number | string | boolean>

    Shallow attribute patch for FoundryClient.updateActorAttribute (#143).

    Keys are dot-paths into the actor's system object (e.g. attributes.hp.value, currency.gp, spells.spell1.value, attributes.exhaustion). Values are the scalar to set at that path.