UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

13 lines (12 loc) 317 B
import type { MCPServer, MCPTool } from 'jamis-core'; import type { SchemaObject } from '../types'; export declare const designSchemaMCP: { server: MCPServer; tools: { [key: string]: { config: MCPTool; callTool: any; toolBlock: SchemaObject[]; }; }; };