We try using the next version of hte MCP to check the wit_get_work_item_attachment but it didn't work for us:
❯ could you give me a summary of markdown attachement in 1234 ?
◐ The user wants a summary of a markdown attachment in work item 1234 . Let me fetch that work item.
● wit_get_work_item (MCP: microsoft/azure-devops-mcp) · id: 1234 , expand: "all"
└ Project selection cancelled.
● core_list_projects (MCP: microsoft/azure-devops-mcp)
└ [{"id":"","name":"DevOps","description":"...
◐ Now let me get the work item 1234 from the Foo project.
● wit_get_work_item (MCP: microsoft/azure-devops-mcp) · id: 1234 , project: "Foo ", expand: "all"
└ {"id":1234 ,"rev":17,"fields":{"System.Id":1234 ,"System.AreaId":456,"Sy...
◐ I can see there's a markdown attachment Doc.md with URL https://dev.azure.com/VSTS/<GUID>/_apis/wit/attachments/<Attachement GUID>. Let me download it.
● Found the markdown attachment Doc.md. Let me fetch its content.
● wit_get_work_item_attachment (MCP: microsoft/azure-devops-mcp) · attachmentId: "Attachement GUID"…
◐ The attachment download didn't return any content. Let me try fetching the URL directly.
not sure what can we do to help you debug this ?
We try using the next version of hte MCP to check the wit_get_work_item_attachment but it didn't work for us:
❯ could you give me a summary of markdown attachement in 1234 ?
◐ The user wants a summary of a markdown attachment in work item 1234 . Let me fetch that work item.
● wit_get_work_item (MCP: microsoft/azure-devops-mcp) · id: 1234 , expand: "all"
└ Project selection cancelled.
● core_list_projects (MCP: microsoft/azure-devops-mcp)
└ [{"id":"","name":"DevOps","description":"...
◐ Now let me get the work item 1234 from the Foo project.
● wit_get_work_item (MCP: microsoft/azure-devops-mcp) · id: 1234 , project: "Foo ", expand: "all"
└ {"id":1234 ,"rev":17,"fields":{"System.Id":1234 ,"System.AreaId":456,"Sy...
◐ I can see there's a markdown attachment
Doc.mdwith URLhttps://dev.azure.com/VSTS/<GUID>/_apis/wit/attachments/<Attachement GUID>. Let me download it.● Found the markdown attachment Doc.md. Let me fetch its content.
● wit_get_work_item_attachment (MCP: microsoft/azure-devops-mcp) · attachmentId: "Attachement GUID"…
◐ The attachment download didn't return any content. Let me try fetching the URL directly.
not sure what can we do to help you debug this ?