Skip to content

Conversation

guyernest
Copy link
Collaborator

🚀 v1.5.0 Release Updates

This PR includes important fixes and improvements for the v1.5.0 release:

🔧 GitHub Actions Workflow Fixes

  • Fixed Windows release asset upload paths (use relative paths instead of cygpath)
  • Added release existence check to prevent duplicate creation errors
  • Ensures binaries are properly uploaded to releases

🧪 MCP Tester & WASM Server Alignment

  • Fixed JSON-RPC notification handling in WASM servers
  • Added verbose flag support to mcp-tester
  • Fixed scenario executor assertions for null error fields
  • Created comprehensive test scenarios for calculator tool

📚 Documentation Updates

  • Updated README files with scenario testing instructions
  • Used placeholder URLs for user deployments
  • Added deployment guides for Cloudflare and Fermyon

These changes ensure the v1.5.0 release works properly across all platforms with full testing support.

guyernest and others added 2 commits September 24, 2025 19:25
Use relative paths instead of cygpath conversion to fix the Windows
artifact upload issue in the release workflow.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Check if release already exists before attempting to create it
- Prevents 'Release.tag_name already exists' error
- Allows workflow to continue when release is manually created

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@guyernest guyernest merged commit e0c24de into paiml:main Sep 25, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant