Skip to content

Commit eaa6efb

Browse files
fix: fix integ test for mcp eclicitation_server (#1234)
1 parent 3efc9c0 commit eaa6efb

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)