UNPKG

semantic-prompt-mcp

Version:

MCP server for semantic prompt framework - NLP-inspired adaptive reasoning engine for LLM orchestration

8 lines 253 B
/** * Prompt loading utilities for semantic-prompt-mcp */ import { PromptConfig } from '../types/interfaces.js'; export declare class PromptLoader { static loadPrompts(currentDir: string): PromptConfig; } //# sourceMappingURL=promptLoader.d.ts.map