Skip to content

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:49
· 465 commits to main since this release
8c86650

🐛 Fixes

Add missing token propagation for execute tool - @DaleSeo PR #298

The execute tool is not forwarding JWT authentication tokens to upstream GraphQL endpoints, causing authentication failures when using this tool with protected APIs. This PR adds missing token propagation for execute tool.