A Model Context Protocol (MCP) server that provides call graph analysis capabilities to LLMs through the nuanced library
The repository implements a server that adheres to the Model Context Protocol. It provides tools and resources accessible via an API. It appears to follow a client-server architecture where LLMs (clients) can interact with the server to perform code analysis tasks. The design centers around providing contextual information to AI models.
Python
5