MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / DeclinedElicitation

Class DeclinedElicitation

src/mcp/server/elicitation.py:27–30  ·  view source on GitHub ↗

Result when user declines the elicitation.

Source from the content-addressed store, hash-verified

25
26
27class DeclinedElicitation(BaseModel):
28 """Result when user declines the elicitation."""
29
30 action: Literal["decline"] = "decline"
31
32
33class CancelledElicitation(BaseModel):

Callers 2

elicit_with_validationFunction · 0.85
elicit_urlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected