Uses of Record Class
dev.tachyonmcp.core.server.config.TasksConfig
Packages that use TasksConfig
Package
Description
Server, capability, network, session, and task configuration types.
Task registry implementations for managing long-running task operations.
-
Uses of TasksConfig in dev.tachyonmcp.core.server.config
Methods in dev.tachyonmcp.core.server.config that return TasksConfigModifier and TypeMethodDescriptionTasksConfig.Builder.build()CapabilitiesConfig.tasks()Returns the value of thetasksrecord component.Methods in dev.tachyonmcp.core.server.config with parameters of type TasksConfigModifier and TypeMethodDescriptionCapabilitiesConfig.Builder.tasks(TasksConfig config) Configures tasks from a tasks config.Constructors in dev.tachyonmcp.core.server.config with parameters of type TasksConfigModifierConstructorDescriptionCapabilitiesConfig(FeatureConfig tools, ResourcesConfig resources, FeatureConfig prompts, TasksConfig tasks, Mode completions, boolean logging) Creates an instance of aCapabilitiesConfigrecord class. -
Uses of TasksConfig in dev.tachyonmcp.core.server.features.tasks
Constructors in dev.tachyonmcp.core.server.features.tasks with parameters of type TasksConfig