code canvasc
code canvas
Sep 23

MCP Server

VS Extension to act as an MCP Server (STDIO/HTTP). So we could consume graph of the code and its dependencies with an AI agent.
PendingPending

Sep 23, 2025

The graph is just built based on imports / exports, so an AI agent with access to your code files, like claude code or cursor, would know all this information already just by reading the imports / exports, if I understood correctly. What I mean is: the graph representation is more of a way for us humans to understand relationships within the codebase easier. AI already has this information by reading the files.