## π¦ Pull Request Summary
<!-- Clearly describe what this PR does -->
### β¨ Whatβs Changed
<!-- Bullet-point summary of high-level changes, ideally grouped by system -->
- **MCP**: ...
- **SDK**: ...
- **Backend Server / API**: ...
- **Other**: ...
---
## π― Motivation / Context
<!-- Why was this change made? What problem does it solve or improvement does it introduce? -->
---
## β
Contributor Checklist
- [ ] Documentation is up-to-date
- [ ] MCP tool descriptions and instructions are up-to-date
- [ ] Client SDK updated (if applicable)
- [ ] Integration test suite has been run and passes (may not be necessary)
- [ ] Unit tests added or updated (if applicable)
- [ ] Changes are covered by tests
---
## β οΈ Compatibility Notes
- [ ] β
Fully backward compatible
- [ ] β οΈ Minor behavioral change (non-breaking)
- [ ] β Breaking change β migration steps documented below
<details>
<summary>π Migration Notes (if applicable)</summary>
<!-- Describe any required actions for downstream consumers -->
</details>
---
## π Additional Notes
<!-- Any extra context, links, known issues, or follow-up tasks -->