Nuanced MCP Server
by MattMorgis
analyze_change_impact
Analyze the impact of changing a specific function.
This tool performs a comprehensive impact analysis to help understand what would be affected if you modify the specified function.
Args: file_path: Path to the file containing the function function_name: Name of the function to analyze
Returns: A detailed analysis of the potential impact of changing the function
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | ||
function_name | Yes |