Uses of Class
dev.tachyonmcp.core.server.features.AbstractRegistry
Packages that use AbstractRegistry
Package
Description
Prompt registry implementations for managing prompt templates and handlers.
Task registry implementations for managing long-running task operations.
Tool registry implementations for managing tool definitions and handlers.
-
Uses of AbstractRegistry in dev.tachyonmcp.core.server.features.prompts
Subclasses of AbstractRegistry in dev.tachyonmcp.core.server.features.prompts -
Uses of AbstractRegistry in dev.tachyonmcp.core.server.features.tasks
Subclasses of AbstractRegistry in dev.tachyonmcp.core.server.features.tasks -
Uses of AbstractRegistry in dev.tachyonmcp.core.server.features.tools
Subclasses of AbstractRegistry in dev.tachyonmcp.core.server.features.toolsModifier and TypeClassDescriptionclassAbstractRegistry for tool handlers with input/output schema validation.