Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by AdamTovatt • Uncategorized
An MCP server for analyzing and visualizing type dependencies in C# assemblies.
Analyze type dependencies and dependents in C# assemblies.
Detect circular dependencies and understand code coupling.
Export dependency graphs in various formats for visualization.
TypeDependencies is a command-line tool and MCP server that extracts and visualizes type dependency graphs from compiled C# DLLs. It helps identify dependencies, dependents, circular dependencies, and supports exporting graphs in DOT, JSON, or Mermaid formats. This tool aids in understanding code coupling and refactoring by providing detailed dependency insights.