mcp-web-ui
Version:
Ultra-lightweight vanilla JavaScript framework for MCP servers - Zero dependencies, perfect security, 2-3KB bundle size
11 lines • 569 B
TypeScript
export { MCPWebUI } from './MCPWebUI.js';
export { SessionManager } from './session/SessionManager.js';
export { UIServer } from './server/UIServer.js';
export type { WebUISession, UISchema, UIComponent, UIField, UIAction, MCPWebUIConfig, DataSourceFunction, UpdateHandler, APIResponse, TemplateData } from './types/index.js';
export declare const createTodoSchema: (title?: string) => any;
export declare const createSimpleListSchema: (title: string, fields: Array<{
key: string;
label: string;
type: string;
}>) => any;
//# sourceMappingURL=index.d.ts.map