/** * CodeRabbit MCP Server * * Provides tools for interacting with CodeRabbit AI reviews on GitHub pull requests */ declare class CodeRabbitMCPServer { private server; private githubClient; constructor(); private setupErrorHandling; private setupPromptHandlers; private setupToolHandlers; /** * Validate GitHub token and connection */ validateGitHubConnection(): Promise; run(): Promise; } export { CodeRabbitMCPServer }; //# sourceMappingURL=server.d.ts.map