Uses of Record Class
dev.tachyonmcp.core.server.config.ResourcesConfig
Packages that use ResourcesConfig
Package
Description
Server, capability, network, session, and task configuration types.
Resource registry implementations for managing resource and resource template definitions.
-
Uses of ResourcesConfig in dev.tachyonmcp.core.server.config
Methods in dev.tachyonmcp.core.server.config that return ResourcesConfigModifier and TypeMethodDescriptionResourcesConfig.Builder.build()CapabilitiesConfig.resources()Returns the value of theresourcesrecord component.Methods in dev.tachyonmcp.core.server.config with parameters of type ResourcesConfigModifier and TypeMethodDescriptionCapabilitiesConfig.Builder.resources(ResourcesConfig config) Configures resources from a resources config.Constructors in dev.tachyonmcp.core.server.config with parameters of type ResourcesConfigModifierConstructorDescriptionCapabilitiesConfig(FeatureConfig tools, ResourcesConfig resources, FeatureConfig prompts, TasksConfig tasks, Mode completions, boolean logging) Creates an instance of aCapabilitiesConfigrecord class. -
Uses of ResourcesConfig in dev.tachyonmcp.core.server.features.resources
Constructors in dev.tachyonmcp.core.server.features.resources with parameters of type ResourcesConfigModifierConstructorDescriptionDefaultResourceRegistry(ServerEngine server, ResourcesConfig config) Creates a resource registry bound to the given server (for broadcasting subscription notifications).