Debug Mode

Enable detailed logging for troubleshooting:

For NPM Installation:

export DEBUG=zetrix:*
npx zetrix-mcp-server

For Source Installation:

export DEBUG=zetrix:*
npm run dev

Windows PowerShell:

$env:DEBUG = "zetrix:*"
node dist/index.js

Last updated