@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias McpServerInfo

    Presentation metadata advertised by an initialized MCP server.

    type McpServerInfo = {
        description: string | null;
        icons: JsonValue[] | null;
        name: string;
        title: string | null;
        version: string;
        websiteUrl: string | null;
    }
    Index

    Properties

    description: string | null
    icons: JsonValue[] | null
    name: string
    title: string | null
    version: string
    websiteUrl: string | null