🚀 Major Features
Zero Dependency Publish Support
- ✨ Add zero-dependency publish support for @cloudbase/cloudbase-mcp
- 📦 Automatically remove dependencies from published package.json
- 🔧 Add publish scripts (prepare-publish.cjs, restore-deps.cjs, emergency-restore.cjs)
- ⚡ Improve installation speed and npx experience
- 🛡️ Enhanced error handling and automatic recovery mechanisms
Documentation
- 📝 Add comprehensive requirements spec for zero-dependency publish
- 📚 Add custom command definitions for Cursor IDE
- 🔗 Standardize AI assistant workflows
📋 Changes Since v1.8.40
Features
- feat(mcp): add zero-dependency publish support
- docs(cursor): add custom command definitions
- docs: update readme
- feat(config): add deployPrompt workflow for CloudBase deployment automation
- feat(docs): update README to English version and simplify OpenAI Codex CLI setup
Technical Details
- All dependencies are bundled via webpack
- Published packages have zero dependencies for faster installation
- Comprehensive test coverage for bundle quality
- Reference implementations from @anthropic-ai/claude-code and @tencent-ai/codebuddy-code