Class TasksExtension
java.lang.Object
dev.tachyonmcp.core.server.features.tasks.TasksExtension
- All Implemented Interfaces:
Extension<InteractionContext>,ServerExtension
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbootstrap(ExtensionContext server) Registers the task creation tool and task status resource template with the server.Unique identifier for this extension.static TasksExtensioninstance()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.tachyonmcp.api.runtime.Extension
onConnectionClose, onConnectionInit, shutdownMethods inherited from interface dev.tachyonmcp.api.server.extensions.ServerExtension
methods, onConnectionInit, requiresMetaEnvelope, serverSettings
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
TasksExtension
public TasksExtension()
-
-
Method Details
-
instance
-
extensionId
Description copied from interface:ExtensionUnique identifier for this extension.- Specified by:
extensionIdin interfaceExtension<InteractionContext>
-
bootstrap
Registers the task creation tool and task status resource template with the server.- Specified by:
bootstrapin interfaceServerExtension
-