-
Notifications
You must be signed in to change notification settings - Fork 367
Closed
Labels
Needs Review 👓needs review by the product teamneeds review by the product teamSupport Ticket ☎️support ticket and I need some helpsupport ticket and I need some help
Description
Description
I have connected Azure DevOps MCP to GitHub Copilot in VS Code.
When I ask the agent to retrieve documentation from an Azure DevOps Wiki, the following behavior is observed:
- The agent successfully uses the
search_wikitool to locate the correct wiki page. - Immediately after identifying the correct result, the agent invokes the
wiki_get_page_contenttool. - The request fails with a
WikiPageNotFoundException, even though the page exists and was returned by the search.
Error Output
{
"$id": "1",
"innerException": null,
"message": "Wiki page '/RemitraEngineering/Release-Branching-remitra-config-for-PROD-deployment' could not be found. Ensure that the path of the page is correct and the page exists.",
"typeName": "Microsoft.TeamFoundation.Wiki.Server.WikiPageNotFoundException",
"typeKey": "WikiPageNotFoundException",
"errorCode": 0,
"eventId": 3000
}Expected Behaviour
After successfully identifying a wiki page via search_wiki, the wiki_get_page_content tool should retrieve the page content without failing due to path or existence issues.
Metadata
Metadata
Assignees
Labels
Needs Review 👓needs review by the product teamneeds review by the product teamSupport Ticket ☎️support ticket and I need some helpsupport ticket and I need some help