claude-expert-workflow-mcp
Version:
Production-ready MCP server for AI-powered product development consultation through specialized expert roles. Enterprise-grade with memory management, monitoring, and Claude Code integration.
7 lines • 317 B
TypeScript
export declare class ClaudeClient {
constructor();
chat(messages: any[], systemPrompt?: string): Promise<string>;
consultExpert(expertPrompt: string, userMessage: string, conversationHistory?: any[]): Promise<string>;
}
export declare const claudeClient: ClaudeClient;
//# sourceMappingURL=client.d.ts.map