Releases: ciresnave/json-mcp-server
Releases · ciresnave/json-mcp-server
Release list
v0.1.16
v0.1.15
Fix cargo tool installation conflicts ✅ FIXED: Packages workflow cargo tool installation - Added existence checks before installing cargo-deb and cargo-generate-rpm - Prevents 'binary already exists' errors from cached tools - Ensures robust package building across all environments All workflows should now complete successfully! 🎯
v0.1.13
Comprehensive workflow fixes and optimizations Ready for production deployment with all infrastructure issues resolved: ✅ Chocolatey: Fixed binary path calculation ✅ Homebrew: Corrected formula directory handling ✅ AUR: Added missing Rust build dependency ✅ Release: Optimized with version-named archives ✅ Packages: Added workflow dependencies and caching ✅ Tests: Prevented duplicate runs during releases All package managers and cross-platform builds validated and ready.
v0.1.12
Complete YAML syntax fixes for comprehensive deployment Major fixes completed: - PowerShell here-string YAML conflicts resolved - All package manager workflows stabilized - Cross-platform builds ready - Ready for full deployment pipeline
v0.1.10
Fix YAML syntax errors in PowerShell here-strings - Fix here-string terminators that were not properly indented - PowerShell here-string terminators must align with YAML indentation - Fixes syntax errors on lines 81, 124, 147, and 174 - Resolves 'You have an error in your yaml syntax' issues
v0.1.8
Fix GitHub Actions permissions for release creation Add explicit permissions to workflows: - contents: write (required for creating releases) - packages: write (required for publishing packages) This resolves the 403 'Resource not accessible by integration' error when trying to create GitHub releases with softprops/action-gh-release@v2