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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Run project tests with coverage. Command: vendor/bin/phpunit with arguments: [ '--coverage-html', 'logs/coverage' ]
Deploy to staging. Command: ./deploy.sh with arguments: [ '{{branch}}' ], where branch is a string parameter with a default value of 'main'.