Class YouComSearchTool
java.lang.Object
dev.tachyonmcp.api.server.features.tools.AbstractToolHandler
dev.tachyonmcp.extensions.tools.youcom.search.YouComSearchTool
- All Implemented Interfaces:
ToolHandler,ServerFeature<ToolDescriptor>
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.tachyonmcp.api.server.ServerFeature
ServerFeature.Descriptor, ServerFeature.Request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle(InteractionContext context, ToolRequest request) Handles a tool request synchronously.Methods inherited from class dev.tachyonmcp.api.server.features.tools.AbstractToolHandler
descriptor, handleAsync
-
Constructor Details
-
YouComSearchTool
-
-
Method Details
-
handle
Description copied from class:AbstractToolHandlerHandles a tool request synchronously.- Overrides:
handlein classAbstractToolHandler- Parameters:
context- the interaction contextrequest- the tool request- Returns:
- the tool result
-