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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Initialize your project. This generates a context.yaml file with a basic configuration and shows your project structure.
Create your first context based on the configuration defined in context.yaml.
Auto-detect your OS and install config for your MCP client, allowing seamless integration with the built-in MCP server.
Run project tests with coverage using the command 'npm test --coverage'.