<!--
For specialized templates, append to your PR URL:
?template=bug_fix.md - Bug fixes
?template=feature.md - New features
?template=docs.md - Documentation
?template=plugin.md - New plugins
Example: https://github.com/IBM/mcp-context-forge/compare/main...your-branch?expand=1&template=bug_fix.md
-->
## π Related Issue
Closes #
---
## π Summary
_What does this PR do and why?_
---
## π·οΈ Type of Change
- [ ] Bug fix
- [ ] Feature / Enhancement
- [ ] Documentation
- [ ] Refactor
- [ ] Chore (deps, CI, tooling)
- [ ] Other (describe below)
---
## π§ͺ Verification
| Check | Command | Status |
|---------------------------|-----------------|--------|
| Lint suite | `make lint` | |
| Unit tests | `make test` | |
| Coverage β₯ 80% | `make coverage` | |
---
## β
Checklist
- [ ] Code formatted (`make black isort pre-commit`)
- [ ] Tests added/updated for changes
- [ ] Documentation updated (if applicable)
- [ ] No secrets or credentials committed
---
## π Notes (optional)
_Screenshots, design decisions, or additional context._