소개
This MCP server for Gemini CLI performs static analysis on local Python repositories. It intelligently detects environment configurations, dependencies, test setups, and developer command entry points from various files like `requirements.txt`, `pyproject.toml`, `Makefile`, and custom scripts. By producing structured JSON output about the repository's characteristics, it empowers Gemini CLI to automatically generate and keep current a comprehensive `ONBOARDING.md` file. This automated process streamlines the integration of new team members by providing essential setup and usage information without manual documentation effort, ensuring consistency and accuracy across projects.