Uses of Interface
dev.tachyonmcp.api.runtime.ClientContext
Packages that use ClientContext
Package
Description
Runtime abstractions for MCP request processing contexts and executors.
Runtime context, session management, and SSE connection abstractions for
request processing.
Session management — dispatch contexts, session lifecycle events, and session storage.
-
Uses of ClientContext in dev.tachyonmcp.api.runtime
Methods in dev.tachyonmcp.api.runtime that return ClientContextModifier and TypeMethodDescriptionInteractionContext.client()Returns typed access to the client-facing elicitation and sampling services. -
Uses of ClientContext in dev.tachyonmcp.core.runtime
Methods in dev.tachyonmcp.core.runtime that return ClientContext -
Uses of ClientContext in dev.tachyonmcp.core.server.session
Classes in dev.tachyonmcp.core.server.session that implement ClientContextModifier 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 ClientContext