Skip to content

Releases: rish-e/CodeMax

v1.2.0 — CLI Mode, SARIF, Git-Diff Scanning

29 Mar 20:28

Choose a tag to compare

CodeMax now works without an MCP client. Run from terminal, pipe SARIF to GitHub Code Scanning, or add to CI/CD.

New Features

  • CLI mode: npx codemax-mcp audit path [--format json|sarif|markdown] [--ci] [--diff]
  • SARIF 2.1.0 output for GitHub Code Scanning
  • Git diff-aware scanning (only scan changed files)
  • CI mode with configurable health score threshold

Distribution

  • Renamed to codemax-mcp on npm
  • server.json, smithery.yaml, glama.json for directory listings
  • TypeScript types exported for consumers

Community

  • CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md
  • Issue templates, PR template, Dependabot

Install

claude mcp add codemax -- npx -y codemax-mcp