@codewithdan/ai-repo-adventure-mcp
Version:
MCP server for AI-powered code repository exploration through interactive storytelling
9 lines • 466 B
TypeScript
/**
* Shared utilities for MCP tools
*/
import { ProjectInfo } from '@ai-repo-adventures/core/shared';
export declare function formatInitialResponse(projectInfo: ProjectInfo, isUsingConfig?: boolean): string;
export declare function formatThemeResponse(story: string, questTitles: string[]): any;
export declare function formatQuestResponse(result: any): any;
export declare function formatProgressResponse(progress: any): any;
//# sourceMappingURL=shared.d.ts.map