# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.2] - 2025-11-29
### Added
- CHANGELOG.md following Keep a Changelog format
- AGENTS.md with instructions for AI coding agents
- Documented automated GitHub Actions publishing workflow
- server.json for MCP registry publishing
- mcp-name tag in README for MCP registry validation
## [0.1.1] - 2025-11-29
### Changed
- Added PyPI project URL to publish workflow
## [0.1.0] - 2025-11-29
### Added
- Initial release
- MCP server exposing Martin Fowler's refactoring catalog
- 71+ refactorings organized by category
- Tools: list_refactorings, preview_refactoring, apply_refactoring, inspect_structure, analyze_code
- Python language adapter with pluggable architecture
- TOON output format for token efficiency
- Configuration via TOML and environment variables
[Unreleased]: https://github.com/marshally/mcp-refactoring/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/marshally/mcp-refactoring/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/marshally/mcp-refactoring/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/marshally/mcp-refactoring/releases/tag/v0.1.0