/** MCP Server for ng-forge dynamic forms */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; declare const SERVER_NAME = "ng-forge-mcp"; declare const SERVER_VERSION: string; /** Create and configure the MCP server */ export declare function createServer(): McpServer; /** Run the MCP server with stdio transport */ export declare function runStdioServer(): Promise; export { SERVER_NAME, SERVER_VERSION }; //# sourceMappingURL=server.d.ts.map