Development Setup
Fork and Clone
git clone https://github.com/YOUR_USERNAME/zetrix-mcp-server.git
cd zetrix-mcp-serverInstall Dependencies
npm installBuild Project
npm run buildRun Tests
npm testRun in Development Mode
npm run devLast updated