Expand description
Task Graph MCP Server Library
This module exports the core components for testing and integration.
Modulesยง
- cli
- CLI command definitions for task-graph-mcp
- config
- Unified configuration system.
- dashboard
- Web dashboard HTTP server module.
- db
- Database layer for the Task Graph MCP Server.
- error
- Structured error and warning types for tool responses.
- export
- Export/Import module for task-graph databases.
- format
- Output formatting utilities for markdown and JSON.
- gates
- Gate evaluation logic for workflow transitions.
- logging
- Unified MCP-compatible logging system.
- paths
- Path mapping and sandboxing system.
- prompts
- Transition prompts system.
- resources
- MCP resource implementations.
- subscriptions
- MCP resource subscription manager.
- tools
- MCP tool implementations.
- types
- Core types for the Task Graph MCP Server.