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

    Interface GeneratedLocation

    interface GeneratedLocation {
        name: string;
        type: string;
        description: string;
        features: string[];
        inhabitants?: string[];
        hooks?: string[];
        connections?: string[];
    }
    Index

    Properties

    name: string
    type: string
    description: string
    features: string[]
    inhabitants?: string[]
    hooks?: string[]
    connections?: string[]