declarative action approval bugfix

This commit is contained in:
Peter Ibekwe
2026-06-11 13:16:36 -07:00
Unverified
parent db2c576f56
commit 0ade298cc4
7 changed files with 506 additions and 262 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: