{
  "servers": [
    {
      "name": "workgraph-mcp",
      "description": "Work Graph MCP server: backlog, evidence, verification and BVC contracts.",
      "transport": {
        "type": "stdio"
      },
      "tools": [
        {
          "name": "create_work_item",
          "description": "Create a BVC-backed work item in the local Work Graph backlog."
        },
        {
          "name": "get_work_contract",
          "description": "Read the BVC contract for a work item."
        },
        {
          "name": "assert_task_ready_for_done",
          "description": "Check evidence and verification readiness before marking a task done."
        }
      ]
    }
  ]
}
