mcp-web-ui
Version:
Ultra-lightweight vanilla JavaScript framework for MCP servers - Zero dependencies, perfect security, 2-3KB bundle size
14 lines • 677 B
TypeScript
export { MCPWebUI } from './MCPWebUI.js';
export { GenericUIServer } from './server/GenericUIServer.js';
export { UIServerConfig, UIServerConfigBuilder, DEFAULT_UI_SERVER_CONFIG } from './server/UIServerConfig.js';
export { ResourceManager } from './server/ResourceManager.js';
export { TemplateEngine } from './server/TemplateEngine.js';
export { SessionManager } from './session/SessionManager.js';
export * 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