Fix: apply default login prompt for MCP-created workflow login blocks (#SKY-8637) (#5342)

This commit is contained in:
Marc Kelechava 2026-04-01 17:25:59 -07:00 committed by GitHub
parent 84cb07bc78
commit c581fb310d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1864 additions and 140 deletions

View file

@ -33,7 +33,6 @@ LOG = structlog.get_logger()
summary="Run an SDK action",
description="Execute a single SDK action with the specified parameters",
tags=["SDK"],
include_in_schema=False,
openapi_extra={
"x-fern-sdk-method-name": "run_sdk_action",
},