@jambonz/sdk
    Preparing search index...

    Interface McpServerConfig

    interface McpServerConfig {
        url: string;
        auth?: Record<string, unknown>;
        roots?: Record<string, unknown>[];
    }
    Index

    Properties

    Properties

    url: string
    auth?: Record<string, unknown>
    roots?: Record<string, unknown>[]