Uses of Interface
dev.tachyonmcp.api.runtime.ElicitationService
Packages that use ElicitationService
Package
Description
Runtime abstractions for MCP request processing contexts and executors.
Session management — dispatch contexts, session lifecycle events, and session storage.
-
Uses of ElicitationService in dev.tachyonmcp.api.runtime
Methods in dev.tachyonmcp.api.runtime that return ElicitationServiceModifier and TypeMethodDescriptionClientContext.elicitation()Returns the elicitation service for requesting additional information from the user. -
Uses of ElicitationService in dev.tachyonmcp.core.server.session
Classes in dev.tachyonmcp.core.server.session that implement ElicitationServiceModifier and TypeClassDescriptionfinal classAdaptsInteractionContext.sendRequest(String, Object)into the typedElicitationService/SamplingServicesurface, building wire-shaped params and parsing raw JSON responses back into domain types.Methods in dev.tachyonmcp.core.server.session that return ElicitationService