Skip to content

feat: add Wiki tools for Azure DevOps#10

Merged
viamus merged 1 commit intomainfrom
feature/mcp-wiki
Apr 8, 2026
Merged

feat: add Wiki tools for Azure DevOps#10
viamus merged 1 commit intomainfrom
feature/mcp-wiki

Conversation

@viamus
Copy link
Copy Markdown
Owner

@viamus viamus commented Mar 15, 2026

Summary

  • Add 4 new MCP tools for Azure DevOps Wiki operations: get_wikis, get_wiki, get_wiki_page, get_wiki_page_tree
  • Add WikiHttpClient integration to AzureDevOpsService for Wiki API access
  • Add WikiDto, WikiPageDto, and WikiPageSummaryDto models
  • Requires Wiki (Read) scope (vso.wiki) on the PAT

Test plan

  • Build succeeds with 0 errors/warnings
  • All 281 existing tests pass
  • get_wikis tested against AMBEV-WMS project - returns wiki list
  • get_wiki_page_tree tested against AMBEV-WMS project - returns 13 root pages
  • get_wiki_page - read page content with Markdown
  • get_wiki - get specific wiki by name

🤖 Generated with Claude Code

Add MCP tools to list wikis, get wiki details, read wiki page content,
and browse wiki page hierarchy. Uses WikiHttpClient from the Azure DevOps SDK.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@viamus viamus merged commit bf93f89 into main Apr 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant