Variable: readClassTool

const readClassTool: Tool<{
  include?: "full" | "signature" | "methods-only" | "properties-only";
  includeJsDoc?: boolean;
  name: string;
  path: string;
}>;

Defined in: index.ts:275

Unified read_class tool with auto-detection