@rocketshipai/mcp-server
Version:
MCP assistant for helping AI coding agents write better Rocketship tests
24 lines • 756 B
TypeScript
export declare class RocketshipMCPServer {
private server;
private knowledgeLoader;
constructor();
private setupHandlers;
private handleGetAvailableExamples;
private handleSearchExamples;
private detectPluginsInExample;
private extractDescriptionFromYAML;
private findRelevantLines;
private handleGetExamples;
private handleSuggestStructure;
private handleGetSchemaInfo;
private handleGetCLIGuidance;
private handleGetInstallationInstructions;
private getAvailableCLICommands;
private detectPlatformFromMethod;
private handleAnalyzeCodebase;
private extractUserFlows;
private generateBrowserTask;
run(): Promise<void>;
}
//# sourceMappingURL=index.d.ts.map