Class DoctorCommand

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

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

    • DoctorCommand

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

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