Skip to main content

@abapify/adt-pilot

abapify Pilot — library for ATC-based ABAP code review using @abapify/adt-mcp as the only ADT integration layer.

Install

bun add @abapify/adt-pilot

Modes

  1. Workflow — deterministic pipeline: package or transport → ATC → CodeReviewReport (no LLM).
  2. HarnesscreateAbapifyPilot() for interactive review via a Mastra Agent with MCP tools.

Public API

import {
createCodeReviewWorkflow,
connectMcpClient,
createAbapifyPilot,
} from '@abapify/adt-pilot';

Local development

See abapify Pilot local dev.

Dependencies

  • @mastra/core, @modelcontextprotocol/sdk, zod
  • Dev: @abapify/adt-mcp, @abapify/adt-fixtures for tests