Skip to content

Azure.Mcp.Server 2.0.3

Choose a tag to compare

@azure-sdkazure-sdk released this 08 Jun 20:09
· 23 commits to main since this release
7e7b65c
Add git worktree safety guidance to AGENTS.md (#2829)

* Add git worktree safety guidance against git stash in AGENTS.md

Warn against using git stash in linked worktrees that share a common
.git directory, since stash entries live in the shared refs/stash and
collide across concurrent worktrees, risking clobbered edits.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Clarify git worktree add arguments in AGENTS guidance

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>