Uses of Record Class
dev.tachyonmcp.core.server.config.FeatureConfig
Packages that use FeatureConfig
Package
Description
Server, capability, network, session, and task configuration types.
Prompt registry implementations for managing prompt templates and handlers.
Tool registry implementations for managing tool definitions and handlers.
-
Uses of FeatureConfig in dev.tachyonmcp.core.server.config
Methods in dev.tachyonmcp.core.server.config that return FeatureConfigModifier and TypeMethodDescriptionFeatureConfig.Builder.build()CapabilitiesConfig.prompts()Returns the value of thepromptsrecord component.CapabilitiesConfig.tools()Returns the value of thetoolsrecord component.Methods in dev.tachyonmcp.core.server.config with parameters of type FeatureConfigModifier and TypeMethodDescriptionCapabilitiesConfig.Builder.prompts(FeatureConfig config) Configures prompts from a feature config.CapabilitiesConfig.Builder.tools(FeatureConfig config) Configures tools from a feature config.Constructors in dev.tachyonmcp.core.server.config with parameters of type FeatureConfigModifierConstructorDescriptionCapabilitiesConfig(FeatureConfig tools, ResourcesConfig resources, FeatureConfig prompts, TasksConfig tasks, Mode completions, boolean logging) Creates an instance of aCapabilitiesConfigrecord class. -
Uses of FeatureConfig in dev.tachyonmcp.core.server.features.prompts
Constructors in dev.tachyonmcp.core.server.features.prompts with parameters of type FeatureConfigModifierConstructorDescriptionDefaultPromptRegistry(FeatureConfig config) Creates a prompt registry with the given feature configuration. -
Uses of FeatureConfig in dev.tachyonmcp.core.server.features.tools
Constructors in dev.tachyonmcp.core.server.features.tools with parameters of type FeatureConfigModifierConstructorDescriptionDefaultToolRegistry(JsonSchemaFactory<String> schemaFactory, FeatureConfig config) Creates a tool registry with the given schema validators and payload serde.