Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_COMM_DIR | No | Where to store task communications | ./comm |
| AGENT_COMM_LOG_DIR | No | Where to store operation logs | ./comm/.logs |
| AGENT_COMM_ARCHIVE_DIR | No | Where to store completed tasks | ./comm/.archive |
| AGENT_COMM_DISABLE_ARCHIVE | No | Turn off archiving completely | false |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_tasks | Check for tasks assigned to an agent |
| read_task | Read a task file by type (init, plan, done, error) |
| write_task | Write a task progress file |
| create_task | Unified task creation tool with duplicate prevention - replaces delegate_task and init_task |
| list_agents | List all agents with task counts and statistics |
| archive_tasks | Archive tasks to clean up communication directory (clear comms) |
| restore_tasks | Restore tasks from archive |
| get_task_context | Get pure task context without file paths - for current or specified task |
| submit_plan | Submit implementation plan content - handles file creation internally |
| report_progress | Report progress updates on plan steps - no file operations exposed |
| mark_complete | Mark task as complete or error with intelligent reconciliation for unchecked plan items |
| archive_completed_tasks | Archive all completed tasks - batch cleanup operation |
| get_full_lifecycle | Get complete lifecycle visibility for a task - diagnostic tool for comprehensive task journey |
| track_task_progress | Track real-time task progress - diagnostic tool for progress monitoring |
| get_server_info | Get comprehensive server information including version, capabilities, and runtime status |
| ping | Health check tool that returns server status and timestamp |
| sync_todo_checkboxes | Sync TodoWrite updates to PLAN.md checkboxes - TodoWrite integration for automatic checkbox updates |
| protocol_config | Manage protocol injection configuration for task and plan templates |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| task-workflow-guide | Complete guide for task management workflow with context-aware instructions |
| agent-validation-requirements | Agent ownership validation requirements and best practices |
| flexible-task-operations | Guide for working with multiple tasks in flexible order |
| troubleshooting-common-errors | Solutions for common errors and issues in agent communication |
| protocol-compliance-checklist | Verification checklist for MCP protocol compliance |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Server Information | Complete server information including version, uptime, and system details |
| Server Version | Current server version number |
| Server Capabilities | Server capabilities and supported MCP features |
| Server Statistics | Runtime statistics and performance metrics |
| Server Configuration | Current server configuration (sanitized) |
| Server Information | Complete server information and metadata |
| Server Version | Current server version |
| Server Capabilities | Server capabilities and supported features |