|
|
|
|
|
by abrinz
356 days ago
|
|
I'm working on an MCP to give your coding agent the ability to generate on-demand Mermaid diagrams about anything in your codebase. Among other benefits, it is very helpful for spotting unnecessary code or architecture that can accumulate while vibe coding. https://www.npmjs.com/package/@mindpilot/mcp Claude Code Quickstart: ```
claude mcp add mindpilot -- npx @mindpilot/mcp
``` |
|
Does this only work with JS code?