An MCP (Model Context Protocol) server that provides call flow analysis for Python codebases. It automatically generates call graphs, identifies entry points, and prepares files for LLM analysis.
Welcome to the Python Control Flow Lab! In this lab, you’ll practice implementing control flow in Python, which includes making decisions with conditional statements, repeating actions with loops, and ...