dshills/second-opinion
If you are the rightful owner of second-opinion and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Second Opinion is an MCP server designed to enhance code review processes by leveraging multiple LLMs for intelligent analysis.
Tools
Functions exposed to the LLM to take actions
analyze_git_diff
Analyzes git diff output to understand code changes using the configured LLM.
review_code
Reviews code for quality, security, and best practices using the configured LLM.
analyze_commit
Analyzes a git commit for quality and adherence to best practices.
analyze_uncommitted_work
Analyzes uncommitted changes in a git repository to help prepare for commits.
get_repo_info
Gets information about a git repository.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client