@hivetechs/hive-ai
Version:
Real-time streaming AI consensus platform with HTTP+SSE MCP integration for Claude Code, VS Code, Cursor, and Windsurf - powered by OpenRouter's unified API
19 lines • 616 B
TypeScript
/**
* Test Script for Database Cleanup System
*
* Comprehensive testing for the cleanup-models functionality
* including edge cases, error handling, and safety features.
*/
/**
* Run all test cases
*/
export declare function runCleanupSystemTests(): Promise<void>;
/**
* CLI function to run tests
*/
export declare function runCleanupTestsTool(): Promise<{
result: string;
}>;
export declare const cleanupTestsToolName = "test_cleanup_system";
export declare const cleanupTestsToolDescription = "Run comprehensive tests for the database cleanup system";
//# sourceMappingURL=test-cleanup-system.d.ts.map