Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze-and-recommend | Complete repository analysis and SSG recommendation workflow |
| setup-documentation | Create comprehensive documentation structure with best practices |
| troubleshoot-deployment | Diagnose and fix GitHub Pages deployment issues |
| validate-content-quality | Comprehensive content validation workflow for both application code and documentation |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Repository Analysis Results | Results from repository analysis operations |
| Generated Configuration Files | Generated SSG configuration files |
| Documentation Structure Templates | Diataxis-compliant documentation structures |
| GitHub Actions Workflows | Generated deployment workflows |
| Reusable Templates | Template files for documentation setup |
| Documentation Workflows | Guided workflows for different documentation scenarios |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_repository | Analyze repository structure, dependencies, and documentation needs |
| recommend_ssg | Recommend the best static site generator based on project analysis |
| generate_config | Generate configuration files for the selected static site generator |
| setup_structure | Create Diataxis-compliant documentation structure |
| deploy_pages | Set up GitHub Pages deployment workflow |
| verify_deployment | Verify and troubleshoot GitHub Pages deployment |
| populate_diataxis_content | Intelligently populate Diataxis documentation with project-specific content |
| validate_diataxis_content | Validate the accuracy, completeness, and compliance of generated Diataxis documentation |
| validate_content | Validate general content quality: broken links, code syntax, references, and basic accuracy |
| detect_documentation_gaps | Analyze repository and existing documentation to identify missing content and gaps |
| test_local_deployment | Test documentation build and local server before deploying to GitHub Pages |