Commit c0647e6
PR-Contributor
fix: Align ElicitResult action naming with specification
Change action value from "decline" to "reject" to match the MCP specification.
The specification defines three actions for Elicitation:
- accept
- reject
- cancel
But the Python SDK was using "decline" instead of "reject". This fixes
the inconsistency between the SDK and the specification.
Fixes #10561 parent 5fa31c3 commit c0647e6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1688 | 1688 | | |
1689 | 1689 | | |
1690 | 1690 | | |
1691 | | - | |
| 1691 | + | |
1692 | 1692 | | |
1693 | 1693 | | |
1694 | 1694 | | |
1695 | | - | |
| 1695 | + | |
1696 | 1696 | | |
1697 | 1697 | | |
1698 | 1698 | | |
| |||
0 commit comments