# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2025-06-25
### Added
- Initial release of Local Utilities MCP Server
- Temperature conversion tool (Celsius ↔ Fahrenheit)
- File operations tools (read, write, list directory)
- Security and hashing tools (MD5, SHA1, SHA256, Base64)
- Text analysis tools (word count, character count, line count, statistics)
- Date and time information tool with custom formatting
- Password generation tool with customizable options
- Comprehensive error handling and logging
- FastMCP integration for MCP protocol compliance
- Support for stdio transport (default for most MCP clients)
- Compatible with LM Studio, Claude Desktop, and other MCP clients
### Technical Details
- Built with FastMCP 2.9.0+
- Requires Python 3.8+
- 9 total utility tools available
- Comprehensive test suite included
- Full documentation and API reference
### Files Added
- `server.py` - Main MCP server implementation
- `requirements.txt` - Python dependencies
- `README.md` - Comprehensive documentation
- `.gitignore` - Git ignore rules for Python projects
- `LICENSE` - MIT License
- `setup.py` - Package setup configuration
- `test.py` - Test suite for validation