Azure DevOps
Summary
This MCP server implementation provides a bridge to Azure DevOps, enabling AI assistants to interact with work items, wikis, and sprints. It offers tools for creating, updating, and querying work items, managing relationships and attachments, and interacting with wiki pages. The server integrates closely with the Azure DevOps API, supporting features like WIQL queries, work item templates, and batch operations. It's designed for software development teams using Azure DevOps who want to leverage AI assistance for project management and documentation tasks.
Available Actions(19)
create_work_item
Create a new work item such as a user story, bug, or task.
update_work_item
Update an existing work item.
query_work_items
Query work items based on various criteria.
link_work_items
Link work items to each other.
create_wiki_page
Create a new wiki page.
update_wiki_page
Update an existing wiki page.
search_wiki
Search for content across wiki pages.
retrieve_wiki_page_content
Retrieve the content of a specific wiki page.
get_current_sprint_info
Retrieve information about the current sprint.
list_sprints
List all sprints.
add_attachment
Add an attachment to a work item.
retrieve_attachment
Retrieve an attachment from a work item.
add_comment
Add a comment to a work item.
view_comments
View comments on a work item.
list_wiki_pages
Lists all wiki pages, optionally from a specific path.
get_wiki_page
Retrieves the content of a specific wiki page.
manage_wiki_page
Creates or updates a wiki page.
search_wiki
Searches for content across wiki pages.
get_available_wikis
Lists all available wikis in your Azure DevOps organization.
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación