Class ToolsCommand

java.lang.Object
com.shaft.commandline.command.ToolsCommand
All Implemented Interfaces:
Callable<Integer>

public final class ToolsCommand extends Object implements Callable<Integer>
Lists the tools shaft-mcp exposes via tools/list.
  • Constructor Details

    • ToolsCommand

      public ToolsCommand()
      Uses the real connection factory.
    • ToolsCommand

      public ToolsCommand(McpConnector factory)
      Parameters:
      factory - the connection provider
  • Method Details