UNPKG

templui-mcp-server

Version:

A Model Context Protocol (MCP) server for TemplUI components, providing AI assistants with access to component source code, documentation, demos, and metadata.

9 lines (8 loc) 227 B
export declare function initializeUpdater(updateService: any): void; export declare function handleCheckUpdates(): Promise<{ content: { type: string; text: any; }[]; }>; export declare const schema: {};