Skip to content

Commit 322d52f

Browse files
krid-583Krishna Prasath Ddanhellem
authored
docs: Add missing mcp_ado_repo_get_file_content tool to TOOLSET.md (#1134)
Added the missing mcp_ado_repo_get_file_content tool to TOOLSET.md. The tool was already implemented in repositories.ts but was not documented. ## GitHub issue number 988 ## **Associated Risks** None ## ✅ **PR Checklist** - [X] **I have read the [contribution guidelines](https://github.com/microsoft/azure-devops-mcp/blob/main/CONTRIBUTING.md)** - [X] **I have read the [code of conduct guidelines](https://github.com/microsoft/azure-devops-mcp/blob/main/CODE_OF_CONDUCT.md)** - [X] Title of the pull request is clear and informative. - [X] 👌 Code hygiene - [N/A] 🔭 Telemetry added, updated, or N/A - [X] 📄 Documentation added, updated, or N/A - [N/A] 🛡️ Automated tests added, or N/A ## 🧪 **How did you test it?** No testing is needed since it is just a documentation update Co-authored-by: Krishna Prasath D <krid@microsoft.com> Co-authored-by: Dan Hellem <dahellem@microsoft.com>
1 parent 002f556 commit 322d52f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/TOOLSET.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
| Repositories | [mcp_ado_repo_update_pull_request_thread](#mcp_ado_repo_update_pull_request_thread) | Update an existing pull request comment thread |
4343
| Repositories | [mcp_ado_repo_reply_to_comment](#mcp_ado_repo_reply_to_comment) | Reply to a pull request comment |
4444
| Repositories | [mcp_ado_repo_list_directory](#mcp_ado_repo_list_directory) | List files and folders in a directory |
45+
| Repositories | [mcp_ado_repo_get_file_content](#mcp_ado_repo_get_file_content) | Get file content at a specific version |
4546
| Search | [mcp_ado_search_code](#mcp_ado_search_code) | Search for code across repositories |
4647
| Search | [mcp_ado_search_wiki](#mcp_ado_search_wiki) | Search wiki pages by keywords |
4748
| Search | [mcp_ado_search_workitem](#mcp_ado_search_workitem) | Search work items by text and filters |
@@ -390,6 +391,13 @@ List files and folders in a directory within a repository.
390391
- **Required**: `repositoryId`
391392
- **Optional**: `path`, `project`, `version`, `versionType`, `recursive`, `recursionDepth`
392393

394+
### mcp_ado_repo_get_file_content
395+
396+
Get the content of a file from a Git repository at a specific version (branch, tag, or commit SHA).
397+
398+
- **Required**: `repositoryId`, `path`
399+
- **Optional**: `project`, `version`, `versionType`
400+
393401
## Search
394402

395403
### mcp_ado_search_code

0 commit comments

Comments
 (0)