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

    Interface ServerConfigHttp

    interface ServerConfigHttp {
        headers?: Record<string, string>;
        start?: ServerConfigStdio;
        type: "http";
        url: string;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string>
    type: "http"
    url: string