团队ado助手
用于Azure DevOps冲刺状态的MCP服务器。返回团队当前冲刺的状态更改和状态推文。
安装
npm install添加到克劳德代码
claude mcp add team-ado-helper -s project -- node /path/to/team-ado-helper/index.js
[tweetField] [tweetDateField]两者 ` 和 ` 是必需的。推特字段是可选的。
例子:
claude mcp add team-ado-helper -s project -- node ~/team-ado-helper/index.js domoreexp MSTeams使用状态推文字段:
claude mcp add team-ado-helper -s project -- node ~/team-ado-helper/index.js domoreexp MSTeams "YourOrg.StatusTweetField" "Custom.TweetDateField"工具
get_print_status
获取回溯期内更改的工作项的状态更改和状态推文。
get_sprint_status with areaPath="YourProject\\YourArea\\YourTeam"可选的 lookbackDays 参数(默认值:1):
get_sprint_status with areaPath="..." lookbackDays=3get_print_work_items
获取给定区域路径的当前冲刺中的所有工作项。
get_sprint_work_items with areaPath="YourProject\\YourArea\\YourTeam"