#!/usr/bin/env node /** * CodeRocket MCP 测试脚本 * * 用于测试MCP服务器的基本功能 */ declare function runTests(): Promise; export { runTests }; //# sourceMappingURL=test.d.ts.map