generate_agents_md
Generate AGENTS.md documentation from project structure. Use LLM to enhance with README insights or disable for faster static output.
Instructions
Generate AGENTS.md from project structure. useLlm=false for faster static output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Project root directory (default: workspace root) | |
| outputPath | No | Output file path relative to root (default: .mcp-local-llm/AGENTS.md) | |
| overwrite | No | Whether to overwrite existing file (default: false) | |
| useLlm | No | Use LLM to enhance content with README insights (default: true). Set false for fast static generation. |