Skip to content

Release 1.5.4

Choose a tag to compare

@akutishevsky akutishevsky released this 22 Oct 06:21
· 3 commits to main since this release
7388a1a

[1.5.4] - 2025-10-22

Fixed

  • Salesforce CLI Error Handling: Fixed executeSfCommand to properly parse and return JSON error responses from Salesforce CLI
    • When SF CLI commands fail with --json flag, errors are now properly captured from stdout
    • Error details (name, message, exitCode, context, stack) are now correctly returned to MCP clients
    • Fixes issue where deployment errors like "No source-backed components present in the package" were not visible
    • Maintains backward compatibility with existing error handling