Uses of Interface
dev.tachyonmcp.api.server.ServerFeature.Descriptor
Packages that use ServerFeature.Descriptor
Package
Description
Core server interfaces for building MCP servers.
Prompt feature types and function interfaces.
Resource feature types and function interfaces.
Task feature types and handler interfaces.
Tool feature types and handler interfaces.
Server features
-
Uses of ServerFeature.Descriptor in dev.tachyonmcp.api.server
Classes in dev.tachyonmcp.api.server with type parameters of type ServerFeature.DescriptorModifier and TypeInterfaceDescriptioninterfaceServerFeature<D extends ServerFeature.Descriptor>Common interface for server features (tools, resources, prompts, tasks). -
Uses of ServerFeature.Descriptor in dev.tachyonmcp.api.server.features.prompts
Subinterfaces of ServerFeature.Descriptor in dev.tachyonmcp.api.server.features.promptsModifier and TypeInterfaceDescriptioninterfaceDescriptor for a server-provided prompt template. -
Uses of ServerFeature.Descriptor in dev.tachyonmcp.api.server.features.resources
Subinterfaces of ServerFeature.Descriptor in dev.tachyonmcp.api.server.features.resourcesModifier and TypeInterfaceDescriptioninterfaceDescriptor for a static (non-template) resource.interfaceDescriptor for a resource URI template. -
Uses of ServerFeature.Descriptor in dev.tachyonmcp.api.server.features.tasks
Subinterfaces of ServerFeature.Descriptor in dev.tachyonmcp.api.server.features.tasks -
Uses of ServerFeature.Descriptor in dev.tachyonmcp.api.server.features.tools
Subinterfaces of ServerFeature.Descriptor in dev.tachyonmcp.api.server.features.toolsModifier and TypeInterfaceDescriptioninterfaceDescriptor for a server-provided tool. -
Uses of ServerFeature.Descriptor in dev.tachyonmcp.core.server.features
Classes in dev.tachyonmcp.core.server.features with type parameters of type ServerFeature.DescriptorModifier and TypeClassDescriptionclassAbstractRegistry<D extends ServerFeature.Descriptor,R extends ServerFeature<D>> Abstract registry for named, paginated MCP features.