Uses of Package
dev.tachyonmcp.core.runtime
Packages that use dev.tachyonmcp.core.runtime
Package
Description
Protocol interfaces and domain types for MCP server and client interaction.
Runtime context, session management, and SSE connection abstractions for
request processing.
Server classes
Internal server engine — request dispatch, session lifecycle, handler wiring.
Session management — dispatch contexts, session lifecycle events, and session storage.
Netty-based HTTP and SSE transport implementation.
Netty Server-Sent Events (SSE) transport for MCP streamable HTTP.
-
Classes in dev.tachyonmcp.core.runtime used by dev.tachyonmcp.core.protocolClassDescriptionContext for an MCP channel, providing access to the protocol, session, and lifecycle.
-
Classes in dev.tachyonmcp.core.runtime used by dev.tachyonmcp.core.runtimeClassDescriptionRepresents SSE stream backpressure state.Context for an MCP channel, providing access to the protocol, session, and lifecycle.INITIALIZATION → OPERATION: protocol negotiation complete.SHUTDOWN complete: all cleanup done, channel may be closed.A streamable-HTTP session shared by protocols on this transport.Lifecycle states for a session.A writable SSE connection to a client.A single Server-Sent Event with an ID, event type, and data payload.
-
Classes in dev.tachyonmcp.core.runtime used by dev.tachyonmcp.core.serverClassDescriptionContext for an MCP channel, providing access to the protocol, session, and lifecycle.A streamable-HTTP session shared by protocols on this transport.A single Server-Sent Event with an ID, event type, and data payload.
-
Classes in dev.tachyonmcp.core.runtime used by dev.tachyonmcp.core.server.internal
-
Classes in dev.tachyonmcp.core.runtime used by dev.tachyonmcp.core.server.sessionClassDescriptionContext for an MCP channel, providing access to the protocol, session, and lifecycle.A streamable-HTTP session shared by protocols on this transport.A writable SSE connection to a client.
-
Classes in dev.tachyonmcp.core.runtime used by dev.tachyonmcp.core.transport.nettyClassDescriptionContext for an MCP channel, providing access to the protocol, session, and lifecycle.A streamable-HTTP session shared by protocols on this transport.
-
Classes in dev.tachyonmcp.core.runtime used by dev.tachyonmcp.core.transport.netty.sseClassDescriptionA streamable-HTTP session shared by protocols on this transport.A writable SSE connection to a client.A single Server-Sent Event with an ID, event type, and data payload.