SaravananRajaraman/ado-mcp-server
3.2
If you are the rightful owner of ado-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.
The Model Context Protocol (MCP) server is a specialized server designed to handle context-based interactions between clients and models, facilitating efficient communication and data exchange.
ado-mcp-server
export COPILOT_MCP_URL=http://localhost:3000/copilot-agent
Commands
1. List Work Items Assigned to Me
"Show my assigned work items"
2. List Work Items by State
"List all resolved bugs"
"Get all active tasks"
3. List Work Items Created in Last 7 Days
"Show items created this week"
4. List Work Items by Tag
"Show work items tagged with UI"
5. List Work Items for a Sprint
"Show my work items in Sprint 92"
6. List Bugs Assigned to a Specific User
"Show bugs assigned to Saravanan"
7. Create a New Work Item
"Create a new task: Design the login page"
8. Update State of a Work Item
"Mark work item #12345 as Done"
9. Get Details of a Specific Work Item
"Get details of work item 67890"
10. List Linked Work Items
"Show all items linked to work item 7890"
11. Search Work Items by Title
"Find items with 'login' in title"
12. List Work Items by Priority
"List all P1 bugs"
13. List Recently Changed Items
"Show recently updated work items"
Example Input & Output
“Create bug: Button not clickable on iOS”