Skip to content

Add pull request update tool#15

Merged
viamus merged 1 commit into
mainfrom
codex/update-pull-request-tool
Jun 11, 2026
Merged

Add pull request update tool#15
viamus merged 1 commit into
mainfrom
codex/update-pull-request-tool

Conversation

@viamus

@viamus viamus commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds the update_pull_request MCP tool for PR title, description, target branch, status, and draft flag updates.
  • Implements the Azure DevOps service contract using GitHttpClient.UpdatePullRequestAsync.
  • Adds tool-level tests for success paths, status aliases, and validation failures.
  • Updates README tool list and usage examples.

Validation

  • dotnet restore --configfile $env:TEMP\codex-nuget-mcp-azure-devops\nuget.config
  • dotnet build src\Viamus.Azure.Devops.Mcp.Server\Viamus.Azure.Devops.Mcp.Server.csproj --no-restore
  • dotnet test --no-restore (317 passed)
  • docker compose up --build -d
  • docker compose ps (container healthy)
  • GET http://localhost:8080/health returned healthy

@viamus
viamus merged commit ea72509 into main Jun 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant