File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ A Model Context Protocol (MCP) server for interacting with Azure DevOps Boards a
99
1010- ** Work Item Management** : Create, update, get, and query work items.
1111- ** Board Integration** : List teams, boards, and fetch board items.
12- - ** Attachments ** : Upload and download attachments.
12+
1313- ** WIQL Support** : Run custom WIQL queries.
1414- ** Simplified Output** : Optimized JSON output for LLM consumption (reduced token usage).
1515
@@ -162,15 +162,7 @@ The server exposes the following tools for MCP clients:
162162- ** ` azdo_team_get_iterations ` ** : Get all iterations/sprints for a team.
163163 - ** Required** : ` organization ` , ` project ` , ` team_id `
164164
165- #### Attachments
166-
167- > ** Note** : All attachment tools require ` organization ` and ` project ` parameters.
168165
169- - ** ` azdo_upload_attachment ` ** : Upload a file attachment.
170- - ** Required** : ` organization ` , ` project ` , ` file_name ` , ` content ` (Base64 encoded).
171- - ** ` azdo_download_attachment ` ** : Download a file attachment.
172- - ** Required** : ` organization ` , ` project ` , ` id `
173- - ** Optional** : ` file_name `
174166
175167## Contributing
176168
You can’t perform that action at this time.
0 commit comments