Package dev.tachyonmcp.core.server.internal


@NullMarked @InternalApi package dev.tachyonmcp.core.server.internal
Internal server engine — request dispatch, session lifecycle, handler wiring.
  • Class
    Description
    Shared periodic-sweep scheduling for background cleanup tasks (session eviction, task expiry/retention).
    Shared notifications/message wire-shape helpers for the two independent notification senders — DefaultDispatchContext.NotificationsImpl (per-request) and DefaultTachyonServer.broadcastLog (server-wide) — which live in different packages and gate emission with their own, unrelated shouldEmit logic.
    Engine SPI for MCP server internals.