Metadata-Version: 2.4
Name: code-review-automation
Version: 1.0.0
Summary: MCP server for automated code review using AI agents
Author-email: AI Business Crew <ai-crew@example.com>
License: MIT
Project-URL: Homepage, https://github.com/KennyWayn3/code-review-automation
Project-URL: Repository, https://github.com/KennyWayn3/code-review-automation
Keywords: mcp,code-review,crewai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: httpx>=0.27.0

# code-review-automation - MCP Server

MCP server for automated code review using AI agents

## Installation

### pip
```bash
pip install code-review-automation
```

### uvx (recommended)
```bash
uvx code-review-automation
```

## Usage

Add to your Claude Desktop config:
```json
{"mcpServers": {"code-review-automation": {"command": "uvx", "args": ["code-review-automation"]}}}
```

## Available Tools
- **example_tool**: Example

## License
MIT
