Python: [Breaking] Additional bug fix for declarative workflows (#6489)

* Fix declarative object parsing bug

* Remove unnecessary comment

* Address PR comments

* Address PR comments.

* Fix CI failures.

* declarative action approval bugfix

* Address PR comments

* Inlined single use variables.
This commit is contained in:
Peter Ibekwe
2026-06-12 09:58:35 -07:00
committed by GitHub
Unverified
parent 0f483fa968
commit ed4ff188fc
7 changed files with 601 additions and 303 deletions
@@ -87,6 +87,8 @@ def _prompt_for_approval(request: MCPToolApprovalRequest) -> ToolApprovalRespons
print(f" outbound header names: {', '.join(request.header_names)}")
else:
print(" outbound header names: (none)")
if request.connection_name:
print(f" connection: {request.connection_name}")
print("-" * 60)
while True: