plugin.json 396 B

1234567891011121314
  1. {
  2. "name": "autofix-bot",
  3. "description": "Code review agent that detects security vulnerabilities, code quality issues, and hardcoded secrets. Combines 5,000+ static analyzers to scan your code and dependencies for CVEs.",
  4. "version": "0.1.0",
  5. "author": {
  6. "name": "DeepSource Corp"
  7. },
  8. "mcpServers": {
  9. "autofix": {
  10. "command": "autofix",
  11. "args": ["--mcp"]
  12. }
  13. }
  14. }