task-graph-mcp 0.3.0

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination
Documentation
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Oortonaut/task-graph-mcp",
  "description": "MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination",
  "version": "0.3.0",
  "repository": {
    "url": "https://github.com/Oortonaut/task-graph-mcp",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-unknown-linux-gnu.mcpb",
      "version": "0.3.0",
      "fileSha256": "PLACEHOLDER_LINUX_X86_64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-apple-darwin.mcpb",
      "version": "0.3.0",
      "fileSha256": "PLACEHOLDER_MACOS_X86_64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-aarch64-apple-darwin.mcpb",
      "version": "0.3.0",
      "fileSha256": "PLACEHOLDER_MACOS_AARCH64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-pc-windows-msvc.mcpb",
      "version": "0.3.0",
      "fileSha256": "PLACEHOLDER_WINDOWS_X86_64",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}