Skip to content

Commit f68de9f

Browse files
JackYPCOnlinedbschmigelski
authored andcommitted
fix: fix integ test for mcp eclicitation_server (strands-agents#1234)
1 parent cd6ad91 commit f68de9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests_integ/mcp/elicitation_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ async def approval_tool() -> str:
1919
The elicitation result from the user.
2020
"""
2121
request = ElicitRequest(
22+
method="elicitation/create",
2223
params=ElicitRequestParams(
2324
message="Do you approve",
2425
requestedSchema={

0 commit comments

Comments
 (0)