Nuanced MCP Server
by MattMorgis
analyze_dependencies
Find all module or file dependencies in the codebase.
Identifies all function dependencies for a file or module in the active repository. This identifies all modules that depend on the specified module or file.
Args: file_path: Path to a specific file to analyze dependencies for module_name: Name of a module to analyze dependencies for (e.g., 'auth' will match 'app.auth', 'auth.users', etc.)
Returns: A list of all functions and files that depend on the specified module
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | No | ||
module_name | No |