Skip to content

Commit 0b4d8a9

Browse files
committed
Retag call_tool driver placeholder TODO to L84
1 parent 473f09c commit 0b4d8a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/mcp/client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ async def call_tool(
449449
meta=meta,
450450
)
451451
if isinstance(result, InputRequiredResult) and not allow_input_required:
452-
# TODO(L80): replace this raise with the MRTR auto-loop driver (S6).
452+
# TODO(L84): replace this raise with the MRTR auto-loop driver (S6).
453453
raise RuntimeError(
454454
"Server returned InputRequiredResult; pass allow_input_required=True to receive it "
455455
"and retry call_tool(..., input_responses=..., request_state=result.request_state)."

src/mcp/client/session_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ async def call_tool(
248248
meta=meta,
249249
)
250250
if isinstance(result, types.InputRequiredResult) and not allow_input_required:
251-
# TODO(L80): replace this raise with the MRTR auto-loop driver (S6).
251+
# TODO(L84): replace this raise with the MRTR auto-loop driver (S6).
252252
raise RuntimeError(
253253
"Server returned InputRequiredResult; pass allow_input_required=True to receive it "
254254
"and retry call_tool(..., input_responses=..., request_state=result.request_state)."

0 commit comments

Comments
 (0)