mcp-magma-handbook
Version:
Enhanced MCP server with multi-query search, hybrid search, and collections for MAGMA computational algebra system
12 lines • 348 B
TypeScript
export declare class QualityBenchmark {
private kb;
private benchmarkQueries;
constructor();
runBenchmark(): Promise<void>;
private evaluateQuery;
private findExpectedTerms;
private generateReport;
}
declare function runBenchmark(): Promise<void>;
export { runBenchmark };
//# sourceMappingURL=quality-benchmark.d.ts.map