## Summary
Brief description of what this PR does.
## Related Issue
Fixes #(issue number)
## Type of Change
- [ ] `feat:` New feature (non-breaking change that adds functionality)
- [ ] `fix:` Bug fix (non-breaking change that fixes an issue)
- [ ] `docs:` Documentation update
- [ ] `refactor:` Code refactoring (no functional changes)
- [ ] `test:` Test additions/changes
- [ ] `chore:` Build/tooling changes
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
## Changes Made
- Change 1
- Change 2
- Change 3
## Testing
Describe the tests you ran to verify your changes:
- [ ] `ruff check src/` passes
- [ ] `pytest -v` passes (if tests exist)
- [ ] Manual testing with Claude Code (`/mcp` shows server connected)
- [ ] Verified tool functionality (learning_session, debug_search, etc.)
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have added type hints for new functions
- [ ] I have updated documentation if needed (README, CONTRIBUTING)
- [ ] My changes generate no new warnings from ruff
- [ ] CI checks pass (build on Python 3.11/3.12, lint)
## Screenshots (if applicable)
Add screenshots to help explain your changes (especially for WebUI changes).
## Additional Notes
Any other information reviewers should know.