{"slug":"wuhuangjia/azure-devops-mcp-server","name":"Azure DevOps","description":"Interact with Azure DevOps Work Items using the Azure DevOps REST API.","category":"development","tags":[],"official":false,"stars":0,"transport":"stdio","install":null,"tools":[{"name":"create_work_item","description":"在 Azure DevOps 中建立新的 Work Item (例如 User Story, Bug, Task)。必要參數：type, title。可選參數：projectName, description, areaPath, iterationPath, assignedTo, tags。"},{"name":"get_work_item_details","description":"根據 ID 取得 Azure DevOps Work Item 的詳細資訊。必要參數：id。可選參數：fields, summarize。"},{"name":"update_work_item","description":"更新現有 Azure DevOps Work Item 的欄位 (例如狀態、指派對象)。必要參數：id, updates。可選參數：comment。"},{"name":"delete_work_item","description":"刪除指定的 Azure DevOps Work Item 並將其移至回收站。必要參數：id。可選參數：destroy, projectName。"},{"name":"get_work_items_batch","description":"批次獲取多個 Azure DevOps Work Items（最多200個）。必要參數：ids。可選參數：fields, asOf, expand。"},{"name":"batch_update_work_items","description":"批次更新多個 Azure DevOps Work Items。可在單一請求中執行多個建立、更新或刪除操作。必要參數：operations。可選參數：bypassRules, suppressNotifications。"},{"name":"search_work_items","description":"搜尋 Azure DevOps Work Items。提供多樣化的篩選條件和排序選項。可選參數：query, projectName, workItemType, state, assignedTo, tags, createdAfter, updatedAfter, fields, orderBy, top。"},{"name":"list_projects","description":"列出 Azure DevOps 組織中的所有專案。"},{"name":"get_project_details","description":"根據專案 ID 或名稱取得 Azure DevOps 專案的詳細資訊。必要參數：projectIdOrName。"},{"name":"link_commit_to_work_item","description":"將 Git Commit 連結到 Azure DevOps Work Item。必要參數：workItemId, commitSha, repositoryName。可選參數：projectName, comment。"},{"name":"link_parent_work_item","description":"建立 Work Item 父子關聯（將 childId 設定 parentId 為父項）。必要參數：childId, parentId。可選參數：comment。"},{"name":"list_work_item_attachments","description":"獲取指定 Azure DevOps Work Item 的附件列表，包含下載 URL。必要參數：workItemId。可選參數：projectName。"},{"name":"add_issue_comment","description":"為現有的 Azure DevOps Work Item 添加評論。必要參數：workItemId, comment。"}],"env_vars":["AZURE_DEVOPS_ORG_URL","YOUR_ORG_URL","YOUR_PERSONAL_ACCESS_TOKEN"],"auth_type":"none","github":"https://github.com/wuhuangjia/azure-devops-mcp-server","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}