CHANGELOG.md•738 B
# 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).
## [1.0.0] - 2025-11-28
### Added
- Initial release
- 5 MCP Tools:
- `get_current_time`: 현재 시간 조회 (시간대, 포맷 지원)
- `calculate`: 사칙연산 계산기 (덧셈, 뺄셈, 곱셈, 나눗셈)
- `get_random_number`: 랜덤 숫자 생성 (범위, 개수 지정)
- `reverse_string`: 문자열 뒤집기
- `get_server_info`: 서버 정보 조회
- TDD 기반 유닛 테스트 (31 tests)
- TypeScript 지원
- MCP Inspector 통합
- Claude Code 연동 지원