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 |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
System Status | Comprehensive status of all CastPlan automation services |
BMAD Tasks | Current tasks from Business Model & Architecture Documentation |
BMAD Agents | Available agents for task assignment |
Task Assignments | Current task assignments to agents |
Documentation Change History | History of documentation changes |
Hook Events History | History of hook events processed |
Hooks Configuration | Current hooks service configuration |
Enhanced Documentation Status | Current status of all tracked documents with lifecycle states |
Work-Document Connections | All tracked work-document connections with AI insights |
System Health Status | Comprehensive health monitoring data including service status and metrics |
Error Recovery Status | Circuit breaker states, retry statistics, and error patterns |
Graceful Degradation Status | Current degradation level, disabled features, and service availability |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
bmad_parse_specification | Parse a business specification document and generate tasks |
bmad_update_task_status | Update the status of a specific task |
docs_reference | Find and reference relevant documentation for development work |
docs_update | Update documentation after completing development work |
docs_search | Search through project documentation |
docs_validate | Validate documentation structure and completeness |
hooks_trigger | Trigger a hook event manually |
hooks_setup_git | Setup Git hooks for automated documentation and validation |
hooks_start_watching | Start file system watching for automatic event triggering |
hooks_stop_watching | Stop file system watching |
initialize_documentation_system | Initialize the enhanced documentation automation system for a project |
track_document_work | Track the relationship between development work and documentation requirements |
analyze_document_quality | Perform comprehensive quality analysis on documentation with AI insights |
get_document_tree | Retrieve the hierarchical document tree structure |
update_document_lifecycle | Update the lifecycle state of a document with optional review scheduling |
generate_documentation_report | Generate comprehensive reports on documentation status and quality |