Skip to content

Version history

v1.0.0 — Azure DevOps work items from your coding agent

Section titled “v1.0.0 — Azure DevOps work items from your coding agent”
  • Twelve tools. Eight reads — a work item in full, its comments, revision history and children, a WIQL query, all four merged in a single bounded get_work_item_context call, plus a team’s boards and iterations. Four writes — create, update, transition, comment.
  • Your PAT, never stored. Forwarded per request on x-devops-pat, held in memory only, so writes are attributed to you in the work item history.
  • Not scoped to one client. x-devops-org and x-devops-project are required on every request; there are no defaults.
  • Writes refuse in autonomous sessions. x-autonomous: true blocks all four writes while the eight reads keep working.
  • Extracted from the dev-mcp monorepo, where it shared that repo’s version line despite sharing none of its code.