You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for retrieving file content from Azure DevOps branches
- Implement new `getFileFromBranch` method in Azure DevOps service
- Add `azure_devops_branch_file_content` tool for accessing file contents directly from branches
- Update README with new tool documentation
- Create `PullRequestFileContent` type for consistent file retrieval response
- Bump version to 1.0.3
|`azure_devops_pull_request_file_content`| Get content of large files in chunks |`repositoryId` (string), `pullRequestId` (number), `filePath` (string), `objectId` (string), `startPosition` (number), `length` (number), `project` (string) |
220
+
|`azure_devops_branch_file_content`| Get file content directly from a branch |`repositoryId` (string), `branchName` (string), `filePath` (string), `startPosition` (number), `length` (number), `project` (string) |
220
221
|`azure_devops_create_pr_comment`| Create a comment on a pull request |`repositoryId` (string), `pullRequestId` (number), `project` (string), `content` (string), and other optional parameters |
0 commit comments