Uses of Record Class
org.ek9lang.mcp.model.ToolDefinition
Packages that use ToolDefinition
-
Uses of ToolDefinition in org.ek9lang.mcp
Methods in org.ek9lang.mcp that return ToolDefinitionModifier and TypeMethodDescriptionMcpTool.definition()The tool definition exposed to the client.Methods in org.ek9lang.mcp that return types with arguments of type ToolDefinitionModifier and TypeMethodDescriptionMcpToolRegistry.listTools()Get all tool definitions for tools/list. -
Uses of ToolDefinition in org.ek9lang.mcp.model
Methods in org.ek9lang.mcp.model that return types with arguments of type ToolDefinitionModifier and TypeMethodDescriptionToolListResult.tools()Returns the value of thetoolsrecord component.Constructor parameters in org.ek9lang.mcp.model with type arguments of type ToolDefinitionModifierConstructorDescriptionToolListResult(List<ToolDefinition> tools) Creates an instance of aToolListResultrecord class. -
Uses of ToolDefinition in org.ek9lang.mcp.tools
Methods in org.ek9lang.mcp.tools that return ToolDefinitionModifier and TypeMethodDescriptionAskTool.definition()CompileTool.definition()ExplainErrorTool.definition()FormatTool.definition()HelpTool.definition()ParadigmTool.definition()VersionTool.definition()