semantic-prompt-mcp
Version:
MCP server for semantic prompt framework - NLP-inspired adaptive reasoning engine for LLM orchestration
17 lines • 466 B
TypeScript
/**
* Test Suite for Parameter Normalization and Framework Bridge
* Tests various input formats to ensure robustness
*/
declare class TestRunner {
private normalizer;
private commandHandler;
private passed;
private failed;
constructor();
testParameterNormalization(): void;
testFrameworkRouting(): void;
testEdgeCases(): void;
runAll(): 1 | 0;
}
export { TestRunner };
//# sourceMappingURL=test-parameter-normalization.d.ts.map