UNPKG

@stellarwp/learndash-mcp-server

Version:
5 lines 251 B
import { IServer } from '@stellarwp/mcp-toolkit'; import { LearnDashMcpServerOptions } from './types'; declare function createMcpServer(options?: LearnDashMcpServerOptions): IServer; export default createMcpServer; //# sourceMappingURL=server.d.ts.map