Debug Mode
export DEBUG=zetrix:*
npx zetrix-mcp-serverexport DEBUG=zetrix:*
npm run dev$env:DEBUG = "zetrix:*"
node dist/index.jsLast updated
Enable detailed logging for troubleshooting:
For NPM Installation:
export DEBUG=zetrix:*
npx zetrix-mcp-serverFor Source Installation:
export DEBUG=zetrix:*
npm run devWindows PowerShell:
$env:DEBUG = "zetrix:*"
node dist/index.jsLast updated