惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
S
Securelist
P
Proofpoint News Feed
H
Help Net Security
S
Schneier on Security
T
Tenable Blog
C
Cisco Blogs
S
Security @ Cisco Blogs
博客园 - 司徒正美
博客园 - 叶小钗
Cisco Talos Blog
Cisco Talos Blog
Google DeepMind News
Google DeepMind News
C
Cybersecurity and Infrastructure Security Agency CISA
Google Online Security Blog
Google Online Security Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Hacker News: Ask HN
Hacker News: Ask HN
NISL@THU
NISL@THU
云风的 BLOG
云风的 BLOG
V
Vulnerabilities – Threatpost
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
W
WeLiveSecurity
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Jina AI
Jina AI
腾讯CDC
WordPress大学
WordPress大学
Simon Willison's Weblog
Simon Willison's Weblog
Vercel News
Vercel News
小众软件
小众软件
N
Netflix TechBlog - Medium
有赞技术团队
有赞技术团队
AWS News Blog
AWS News Blog
雷峰网
雷峰网
Forbes - Security
Forbes - Security
The Hacker News
The Hacker News
博客园 - 聂微东
F
Full Disclosure
量子位
Scott Helme
Scott Helme
宝玉的分享
宝玉的分享
A
About on SuperTechFans
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Schneier on Security
Schneier on Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
K
Kaspersky official blog
AI
AI
SecWiki News
SecWiki News
Webroot Blog
Webroot Blog
Martin Fowler
Martin Fowler

博客园 - danzhang

第十三年的MVP勋章:感谢这片技术社区 Azure DevOps Server:2026年6月份补丁(无法移除用户) 在Github的企业Enterprise中开通Copilot 在Azure DevOps Server中实现用户端原地址透传(X-Forwarded-For) Azure DevOps Server:2026年4月份补丁(安装详细步骤) Azure DevOps Server:2026年3月份补丁 Azure DevOps Server:扩充数据库服务器的磁盘 Azure DevOps Server:使用团队日历 Azure DevOps Server:2026年二月补丁(Patch 8) Azure DevOps:迭代看板简洁视图 Azure DevOps:移除TFVC中过时的签入策略 Azure DevOps Server 正式版本发布 Azure DevOps Server:复制markdown文档中的代码块 Azure DevOps Server:允许讨论但不允许修改工作项 Azure DevOps Server 2022.2 补丁(Patch 7) 在Azure DevOps Server中分析Git代码库的健康状况 Azure DevOps Server 25H2 安装手册 Azure DevOps Server 25H2 最新版本发布 使用Azure DevOps MCP和Playwriht,将功能测试用例转换为自动化测试用例 使用Azure DevOps MCP服务器,在开发过程中应用GitHub Copilot人工智能 在VS Code中使用Playwright实现自动化测试(UI测试) Azure DevOps Server 2022.2 补丁(Patch 6) 在Azure DevOps的工作项中使用markdown
Azure DevOps:应用远程MCP服务器,提升工作效率
danzhang · 2026-03-18 · via 博客园 - danzhang

1. 概述

之前我在博客文章《使用Azure DevOps MCP服务器,在开发过程中应用GitHub Copilot人工智能》 - danzhang - 博客园 中介绍了搭建本地MCP服务器,应用Github Copilot的人工智能,在开发工具中高效使用Azure DevOps。

现在,微软发布了《Azure DevOps远程MCP服务器》:Set up the remote Azure DevOps MCP Server (preview) - Azure DevOps Services | Microsoft Learn

远程MCP服务器是运行在微软云端的MCP服务器,它可以完成和本地MCP服务器相同的功能,但是无需我们进行复杂的安装和配置工作;利用远程MCP服务器,我们可以非常简单和快捷地应用Github Copilot人工智能,在开发工具中使用人类语言操作Azure DevOps中的各种开发测试数据。

下面我们就来体验一下远程MCP服务器带来的便捷。

2. 操作方法

  • 首先,我们在VS Code的任一工程根目录下面创建一个文件~/.vscode/mcp.json,内容如下
{  "servers":      {"ado-remote-mcp":        {          "url": https://mcp.dev.azure.com/{组织/集合名称},         "type": "http"             }         },      "inputs": []
}
  • 在mcp.json文件中点击start按钮
    image

  • 系统提示你完成微软账户认证
    image

  • 输入自己的微软账户和密码,完成登录认证
    image
    注意,不能使用个人账户,需要使用组织账户,例如zhanghongjun@bjgreatsoft.onmicrosoft.com

  • 对本地设备授权
    image

  • 完成了配置

  • 回到VS Code的Copilot聊天窗口中,你就可以发送文字操作Azure DevOps中的数据了;例如你可以写“在团队项目DemoProject中新建一个bug,标题是。。。。。”,MCP服务器就会将你的语言转换为Azure DevOps的指令,并发送到服务器,完成对应的操作。
    image

  • 下图是使用远程MCP服务器新建的一个Issue工作项
    image

https://www.cnblogs.com/danzhang
Azure DevOps MVP 张洪君

image