Uses of Package
dev.tachyonmcp.core.server
Packages that use dev.tachyonmcp.core.server
Package
Description
Server classes
Completion registry implementations for argument autocomplete support.
Prompt registry implementations for managing prompt templates and handlers.
Resource registry implementations for managing resource and resource template definitions.
Task registry implementations for managing long-running task operations.
Tool registry implementations for managing tool definitions and handlers.
Internal MCP method handler implementations.
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.server used by dev.tachyonmcp.core.serverClassDescriptionOutbound SSE stream bound to the current dispatch context.Resolves the transport channel server-to-client SSE events should be delivered on.Configures and builds a
TachyonServer; callTachyonServer.start()to bind its transport.The one public type users hold — an MCP server that isAutoCloseable. -
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.server.features.completions
-
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.server.features.prompts
-
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.server.features.resources
-
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.server.features.tasks
-
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.server.features.tools
-
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.server.handlers
-
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.server.internalClassDescriptionOutbound SSE stream bound to the current dispatch context.Handles a single JSON-RPC method.The one public type users hold — an MCP server that is
AutoCloseable. -
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.server.session
-
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.transport.nettyClassDescriptionOrchestrates the MCP server's per-request flow: parses JSON-RPC messages, establishes the session on
initialize, routes to registered handlers (including extension methods), tracks pending requests, and encodes responses. -
Classes in dev.tachyonmcp.core.server used by dev.tachyonmcp.core.transport.netty.sse