Skip to content

Commit 47d9e3b

Browse files
committed
Update the readme.md
1 parent 2ac42d2 commit 47d9e3b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)