cpm-planner 0.0.1

Critical Path Method (CPM) planner exposed as an MCP server: schedules a task graph (earliest/latest start, slack, critical path, bottlenecks) and coordinates lock-aware parallel execution over MCP.
Documentation
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.matt-cochran/cpm-planner",
  "title": "cpm-planner",
  "description": "Critical Path Method (CPM) planning MCP server — submit a task graph, get a computed critical path, slack, and bottlenecks, plus lock-aware cohort scheduling for parallel execution.",
  "version": "0.0.1",
  "repository": {
    "url": "https://github.com/matt-cochran/cpm-planner",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/matt-cochran/cpm-planner:0.0.1",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}