@mcp-z/cli
    Preparing search index...

    Interface MetadataReaderOptions

    interface MetadataReaderOptions {
        moduleResolutionPaths?: string[];
        monorepoPath?: string;
        nodeModulesPath?: string;
        skipSchemaValidation?: boolean;
    }
    Index

    Properties

    moduleResolutionPaths?: string[]
    monorepoPath?: string
    nodeModulesPath?: string
    skipSchemaValidation?: boolean