Uses of Enum Class
dev.tachyonmcp.api.server.config.Mode
Packages that use Mode
Package
Description
Server configuration model.
Server, capability, network, session, and task configuration types.
Completion registry implementations for argument autocomplete support.
-
Uses of Mode in dev.tachyonmcp.api.server.config
Methods in dev.tachyonmcp.api.server.config that return Mode -
Uses of Mode in dev.tachyonmcp.core.server.config
Methods in dev.tachyonmcp.core.server.config that return ModeModifier and TypeMethodDescriptionCapabilitiesConfig.completions()Returns the value of thecompletionsrecord component.FeatureConfig.mode()Returns the value of themoderecord component.ResourcesConfig.mode()Returns the value of themoderecord component.Methods in dev.tachyonmcp.core.server.config with parameters of type ModeModifier and TypeMethodDescriptionCapabilitiesConfig.Builder.completions(Mode completions) Sets the completions mode.CapabilitiesConfig.Builder.promptsMode(Mode promptsMode) Sets the prompts mode.CapabilitiesConfig.Builder.resourcesMode(Mode resourcesMode) Sets the resources mode.Sets the tools mode.Constructors in dev.tachyonmcp.core.server.config with parameters of type ModeModifierConstructorDescriptionCapabilitiesConfig(FeatureConfig tools, ResourcesConfig resources, FeatureConfig prompts, TasksConfig tasks, Mode completions, boolean logging) Creates an instance of aCapabilitiesConfigrecord class.FeatureConfig(Mode mode, boolean listChanged, int pageSize) Creates an instance of aFeatureConfigrecord class.ResourcesConfig(Mode mode, boolean listChanged, int pageSize, boolean subscribe) Creates an instance of aResourcesConfigrecord class. -
Uses of Mode in dev.tachyonmcp.core.server.features.completions
Constructors in dev.tachyonmcp.core.server.features.completions with parameters of type Mode