EarthSDK
    正在准备搜索索引...

    类型别名 ESMCPTool

    MCP工具类型

    type ESMCPTool = {
        description?: string;
        inputSchema: {
            properties?: Record<string, any>;
            required?: string[];
            type: string;
        };
        name: string;
    }
    索引

    属性

    description?: string
    inputSchema: {
        properties?: Record<string, any>;
        required?: string[];
        type: string;
    }
    name: string