Package dev.tachyonmcp.api.runtime
Interface ElicitationService
- All Known Implementing Classes:
WireClientContext
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Requests additional information from the user via the client (
elicitation/create).- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ElicitationRequest request) Sends an elicitation request to the client and returns a future completed with the user's response.
-
Method Details
-
create
Sends an elicitation request to the client and returns a future completed with the user's response.- Parameters:
request- the elicitation request- Returns:
- a future that completes with the client's response
-