Interface McpTool
- All Known Implementing Classes:
AskTool, CompileTool, ExplainErrorTool, FormatTool, HelpTool, ParadigmTool, VersionTool
public interface McpTool
Interface for individual MCP tool implementations.
-
Method Summary
Modifier and TypeMethodDescriptionThe tool definition exposed to the client.Execute the tool with the given arguments.
-
Method Details
-
definition
ToolDefinition definition()The tool definition exposed to the client. -
execute
Execute the tool with the given arguments.
-