Skip to content

Release 1.6.5

Choose a tag to compare

@akutishevsky akutishevsky released this 16 Apr 08:53
· 3 commits to main since this release
e5b96e1

[1.6.5] - 2026-04-16

Added

  • Frontdoor URL Generation: New generate_frontdoor_url tool for authenticated browser access
    • Generates a Salesforce frontdoor URL ({instanceUrl}/secur/frontdoor.jsp?sid={accessToken}&retURL={retURL}) using credentials from the Salesforce CLI
    • Supports optional targetOrg (defaults to current default org) and retURL (defaults to /) parameters
    • Designed for use with browser automation tools such as the Playwright MCP and Chrome DevTools MCP
    • Respects ALLOWED_ORGS permission settings