Uses of Interface
dev.tachyonmcp.api.server.ServerFeature
Packages that use ServerFeature
Package
Description
Tool feature types and handler interfaces.
Server features
Resource registry implementations for managing resource and resource template definitions.
Task registry implementations for managing long-running task operations.
Echo tool — mirrors input back to the client for testing.
You.com search tool — performs web searches via the You.com API.
-
Uses of ServerFeature in dev.tachyonmcp.api.server.features.tools
Subinterfaces of ServerFeature in dev.tachyonmcp.api.server.features.toolsModifier and TypeInterfaceDescriptioninterfaceExperimental class-based tool handler escape hatch.Classes in dev.tachyonmcp.api.server.features.tools that implement ServerFeatureModifier and TypeClassDescriptionclassExperimental base class for class-based tool handlers. -
Uses of ServerFeature in dev.tachyonmcp.core.server.features
Classes in dev.tachyonmcp.core.server.features with type parameters of type ServerFeatureModifier and TypeClassDescriptionclassAbstractRegistry<D extends ServerFeature.Descriptor,R extends ServerFeature<D>> Abstract registry for named, paginated MCP features. -
Uses of ServerFeature in dev.tachyonmcp.core.server.features.resources
Classes in dev.tachyonmcp.core.server.features.resources that implement ServerFeature -
Uses of ServerFeature in dev.tachyonmcp.core.server.features.tasks
Classes in dev.tachyonmcp.core.server.features.tasks that implement ServerFeature -
Uses of ServerFeature in dev.tachyonmcp.extensions.tools.echo
Classes in dev.tachyonmcp.extensions.tools.echo that implement ServerFeature -
Uses of ServerFeature in dev.tachyonmcp.extensions.tools.youcom.search
Classes in dev.tachyonmcp.extensions.tools.youcom.search that implement ServerFeature