CHANGELOG.md•1.28 kB
# 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).
## [Unreleased]
### Added
- Comprehensive MCP client configuration documentation
- CONTRIBUTING.md with detailed development guidelines
- GitHub Actions CI/CD pipeline with automated testing
- Automated version bumping based on conventional commits
- Automated npm publishing and GitHub releases
- Dependabot configuration for dependency updates
- VitePress documentation site with MCP setup guides
### Changed
- Updated README.md with detailed MCP client setup instructions
- Enhanced package.json with proper repository URLs and scripts
- Improved documentation structure and navigation
## [1.0.0] - 2024-01-XX
### Added
- Initial release of Cosmic MCP Server
- Full CRUD operations for Cosmic objects, object types, and media
- Three-layer architecture with repositories, services, and server
- TypeScript with strict validation using Zod
- Comprehensive error handling and logging
- Rate limiting and production-ready features
- Complete test suite with unit and integration tests
- VitePress documentation site