Class GuideCommand

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

public final class GuideCommand extends Object implements Callable<Integer>
Curated guide shortcut. Pure alias over call; stateless (runs one-shot without a session).
  • Constructor Details

    • GuideCommand

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

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