Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.1 (2025-10-22)
1.4.0 (2025-10-22)
Features
- enhance collection descriptions and rich text handling (7f9aeaa)
Bug Fixes
- resolve security vulnerabilities and Turbopack build issues (70592e7)
1.3.1 (2025-10-16)
Bug Fixes
- add changelog synchronization script and update documentation (7683897)
1.3.0 (2025-10-16)
Features
- add dark mode support and improve UI styling (e29aa46)
- expand documentation with new pages and links (3357794)
- integrate MDX support and enhance documentation styling (a0bde97)
- integrate react-code-block for enhanced code display (af68d34)
1.2.2 (2025-10-16)
1.2.1 (2025-10-15)
1.2.0 (2025-10-15)
Features
- enhance document retrieval with slug and title support (dd22e60)
- enhance OpenAI MCP compatibility in PayloadCMS plugin (8b27898)
1.1.8 (2025-10-06)
Bug Fixes
- reorder type generation step in CI/CD workflow (84e49d8)
- update package.json to reference built files in the dist directory (e785b90)
1.1.7 (2025-10-06)
Bug Fixes
- simplify publishConfig in package.json by removing unnecessary exports and main fields (2a61fc0)
1.1.6 (2025-10-06)
Bug Fixes
- publishconfig update (85af0c4)
- update package.json to reference built files in dist directory (425ff67)
1.1.5 (2025-10-02)
Bug Fixes
- revert tsconfig.build.json (c705cc7)
1.1.4 (2025-10-02)
Bug Fixes
- remove pnpm clean as it removes declarations (f7eb5ef)
1.1.3 (2025-10-02)
1.1.2 (2025-10-02)
1.1.1 (2025-09-11)
Bug Fixes
- update TypeScript configuration for build process (048c271)
1.1.0 (2025-09-11)
Features
- Enhance post management and routing in Payload CMS (6f59bc2)
- integrate semantic release for automated versioning and changelog generation (dabb92f)
Bug Fixes
- added husky (edebc9d)
- enhance semantic release configuration for git assets (cd5dd7b)
- Update package.json and pnpm-lock.yaml for new dependencies and scripts (9ed09cc)
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Comprehensive documentation with VitePress
- Advanced CI/CD workflows with security scanning
- Bundle size monitoring with size-limit
- GitHub issue and PR templates
- Automated release management
- CodeQL security analysis
- Enhanced collection description formatting utility
- Configurable rich text truncation for list operations
- Better field analysis and schema generation
- Improved markdown to Lexical conversion handling
Enhanced
- Rich text field handling with better error messages
- Tool generation with more comprehensive field analysis
- Type definitions for better type safety
- Collection documentation generation
Changed
- Improved package.json configuration for npm publishing
- Enhanced TypeScript build configuration
- Updated keywords for better discoverability
- Refined peer dependencies specification
Fixed
- Build system optimization for proper distribution
- Export paths for both development and production
[1.0.0] - 2024-01-XX
Added
- Initial release of PayloadCMS MCP Plugin
- Automatic MCP tool generation for Payload collections
- Support for all CRUD operations (configurable)
- API key authentication
- HTTP and SSE transport support
- Vercel deployment compatibility
- Rich JSON schema generation
- Per-collection operation control
- Custom tool naming and descriptions
- Field exclusion for sensitive data
- Comprehensive test suite
- Development environment setup
- API documentation
Features
- Collection Integration: Seamlessly integrates with existing Payload collections
- Flexible Configuration: Support for 'all' collections or specific collection targeting
- Security: Built-in API key authentication and access control
- Performance: Optimized for serverless environments
- Developer Experience: TypeScript support with full type safety
- Extensibility: Plugin architecture allows for custom extensions
Documentation
- Complete README with examples
- API reference documentation
- Troubleshooting guide
- Deployment instructions for Vercel
- Claude Desktop integration guide