Skip to content

Tags: dshills/mcp-pr

Tags

v1.0.2

Toggle v1.0.2's commit message
Release v1.0.2

Model updates to latest generation AI models:

Model Updates:
- Anthropic: Claude Sonnet 4.5 (from Claude 3.7 Sonnet)
- OpenAI: GPT-5 Mini (from GPT-4o Mini)
- Google: Gemini 2.5 Flash (from Gemini 1.5 Flash)

Benefits:
- Latest generation models across all providers
- Improved code analysis and reasoning capabilities
- Better performance and quality
- Cost-effective pricing for code review operations
- Enhanced context windows (1M+ tokens)

All providers now use state-of-the-art models optimized for
code review and analysis tasks.

v1.0.1

Toggle v1.0.1's commit message
Release v1.0.1

- Added credential validation and security features
- Standardized error handling across all providers
- Updated to latest AI models (Claude Sonnet 4.5, GPT-5 Mini, Gemini 1.5 Flash)
- Improved logging with sensitive data masking
- Comprehensive test coverage

Security improvements:
- API key validation on startup
- No credentials logged
- Protection against placeholder/invalid keys

Model updates:
- Anthropic: Claude Sonnet 4.5
- OpenAI: GPT-5 Mini
- Google: Gemini 1.5 Flash

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0 - Initial Public Release

MCP Code Review Server - AI-Powered Code Review via Model Context Protocol

- review_code: Review arbitrary code snippets
- review_staged: Review git staged changes (pre-commit)
- review_unstaged: Review git working directory changes
- review_commit: Review specific commit by SHA

- Anthropic Claude 3.7 Sonnet
- OpenAI GPT-4o
- Google Gemini (deprecated SDK)

- 22 passing tests across 3 test suites
- Contract tests for MCP protocol compliance
- Integration tests for provider APIs
- Unit tests for core engine logic
- Zero linter issues (golangci-lint)
- Comprehensive error handling

- 856-line comprehensive README
- 500-line contribution guidelines
- Security policy and vulnerability disclosure
- Code of Conduct (Contributor Covenant v2.1)
- GitHub issue and PR templates
- MIT License

- GitHub Actions CI (Ubuntu, macOS, Windows)
- Automated releases on version tags
- Cross-platform builds (Linux, macOS, Windows)
- 40+ Makefile targets for development

- Clean architecture with domain separation
- Interface-based provider abstraction
- Retry logic with exponential backoff
- Structured JSON logging
- MCP protocol via official Go SDK

This is the first public release of MCP Code Review Server, ready for
community use and contributions.

- ✅ All tests pass (22/22)
- ✅ Zero linter issues
- ✅ Cross-platform builds successful
- ✅ Documentation complete
- ✅ Open source ready (LICENSE, CONTRIBUTING, CODE_OF_CONDUCT)

- Google Gemini provider uses deprecated SDK (integration test skipped)

```bash
go install github.com/dshills/mcp-pr/cmd/mcp-code-review@v1.0.0
```

See README.md for full documentation.