Eric Coissac 2d53f89172 Refactor MCP server structure and add AI commit tool
- Restructure src/ into package src/crazy_mcp with modular tools
- Add jj.py and sandbox.py tool modules for jujutsu and sandbox management
- Remove circular dependency on crazy-mcp from pyproject.toml
- Fix async get_state call in PMOCrazyCoder.py increment tool
- Add bin/jj-ai-commit.sh for AI-generated commit messages from diffs
- Update entrypoint to copy all bin scripts and create config directory
2026-02-21 23:28:22 +00:00

🧠 PMOCrazyCoder

Un assistant IA local, pour coder en Go, Rust et R —
sans cloud, sans API key, tout sur votre M3 Max.

🎯 Vision

Un indexeur de code, des graphes de dépendances, et un assistant intelligent —
intégré à Zed, 100 % local.

🛠️ Ce quon construit

  • MCP tools pour Zed (ex : get_similar_functions, explain_imports)
  • Indexeur de code (Go / Rust / R) via Tree-sitter
  • Graphe de dépendances & similarité (stocké localement)
  • Tout tourne en local : LM Studio (localhost:1248) + LanceDB + Rust/Python
    (hors conteneur — le conteneur y accède via host.docker.internal:1248)

📦 Structure future (à venir)

Description
Comprendre quelque chose au serveur MCP.
Readme 197 KiB
Languages
Python 41.2%
Shell 38.1%
Makefile 12.1%
Dockerfile 8.6%