AswathSanthanakrishnan/Devops-MCP-Server
If you are the rightful owner of Devops-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Model Context Protocol (MCP) server that provides test case and task management capabilities with Azure DevOps integration.
Tools
Functions exposed to the LLM to take actions
create_test_case
Create a new test case with title, steps, and metadata.
update_test_case_title
Update the title of an existing test case.
update_test_case_steps
Update the steps of an existing test case.
list_test_cases
List all test cases with optional filtering.
get_test_case
Get a specific test case by ID.
delete_test_case
Delete a test case by ID.
create_task
Create a new task in Azure DevOps.
update_task
Update an existing task.
list_tasks
List all tasks with optional filtering.
get_task
Get a specific task by ID.
delete_task
Delete a task by ID (also removes from Azure DevOps).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client