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

    Interface FindConfigOptions

    interface FindConfigOptions {
        config?: string;
        cwd?: string;
        stopDir?: string;
    }
    Index

    Properties

    Properties

    config?: string

    Config filename or path (default: ".mcp.json")

    cwd?: string

    Directory to start searching from (default: process.cwd())

    stopDir?: string

    Directory to stop searching at, inclusive (default: os.homedir())