UNPKG

@stellarwp/learndash-mcp-server

Version:
8 lines 289 B
import { LearnDashMcpServerOptions } from './types'; /** * Register the MCP server with Elementor's Angie. */ declare function register(options?: LearnDashMcpServerOptions): Promise<void>; export default register; export { LearnDashMcpServerOptions }; //# sourceMappingURL=angie.d.ts.map