task-graph-mcp 0.5.0

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination
Documentation
//! Task Graph MCP Server Library
//!
//! This module exports the core components for testing and integration.

pub mod cli;
pub mod config;
pub mod dashboard;
pub mod db;
pub mod error;
pub mod export;
pub mod format;
pub mod gates;
pub mod logging;
pub mod paths;
pub mod prompts;
pub mod resources;
pub mod subscriptions;
pub mod tools;
pub mod types;