←back to thread

439 points david927 | 2 comments | | HN request time: 0.437s | source

What are you working on? Any new ideas which you're thinking about?
1. abrinz ◴[] No.44418757[source]
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 ```

replies(1): >>44444912 #
2. Revisional_Sin ◴[] No.44444912[source]
Sounds useful!

Does this only work with JS code?