Relax monolith ElicitRequestURLParams.elicitation_id for 2026-07-28 by maxisbey · Pull Request #2913 · modelcontextprotocol/python-sdk · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/mcp/types/_types.py
2 changes: 1 addition & 1 deletion tests/interaction/lowlevel/test_elicitation.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ async def test_elicitation_complete_notification_carries_the_elicited_id_back_to
returns; the same ordering already holds on in-memory and SSE transports.
"""
elicitation_id = "auth-001"
elicited_ids: list[str] = []
elicited_ids: list[str | None] = []
received: list[IncomingMessage] = []

async def collect(message: IncomingMessage) -> None:
Expand Down
27 changes: 27 additions & 0 deletions tests/types/test_methods.py
Loading