Skip to content

Releases: ciresnave/json-mcp-server

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:02
fix: comprehensive single-step Rust installation for macOS cross-plat…

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:12
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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:39
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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:13
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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 10:02
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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:45
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