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.

7 lines (6 loc) 237 B
import { type Server } from "@modelcontextprotocol/sdk/server/index.js"; /** * Sets up all request handlers for the MCP server * @param server - The MCP server instance */ export declare const setupHandlers: (server: Server) => void;