Context Generator is a PHP-based tool for creating structured documentation from various sources including files, GitHub repositories, Git diffs, and URLs. It features a modular architecture with a powerful configuration system that supports imports, variables, and custom modifiers to transform content. The implementation includes an MCP server component that exposes prompts and tools for AI assistants to interact with the filesystem, retrieve project structure, and execute custom commands. Particularly useful for generating comprehensive code documentation, analyzing changes in projects, and providing context for AI-assisted development workflows.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Initializes your project by generating a context.yaml file with a basic configuration and shows your project structure.
Creates the first context based on the configuration in context.yaml.
Auto-detects your OS and generates the correct MCP client configuration for your environment.
Runs project tests with coverage using the command 'npm test --coverage'.