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.
Di B
2 weeks ago
1
Alex C2 weeks ago
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.