# Contributing to CamoFox MCP

Thanks for your interest! Here's how to help:

## Development Setup

```bash
git clone https://github.com/redf0x1/camofox-mcp.git
cd camofox-mcp
npm install
npm run build
```

## Submitting Changes

1. Fork the repo
2. Create a feature branch
3. Make your changes
4. Run `npm run build` to verify
5. Submit a PR

## Reporting Issues

Open a GitHub issue with:
- Steps to reproduce
- Expected vs actual behavior
- CamoFox server version
- Node.js version

Do not post exploit details or sensitive security reports in public issues. Use the private vulnerability reporting flow in [SECURITY.md](SECURITY.md) instead.
