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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Initializes your project by generating a context.yaml file with a basic configuration and shows your project structure.
Generates the context files based on the configuration specified in context.yaml.
Automatically detects your OS and installs the correct configuration for connecting to an MCP client.
Runs project tests with coverage using npm. Parameters: cmd (string), args (array of strings).