ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

fixEdits

Applies automated code fixes by analyzing and editing ABAP source code based on provided proposals, ensuring accuracy and consistency in ABAP development workflows via the ABAP-ADT-API MCP-Server.

Instructions

Applies fix edits.

Input Schema

NameRequiredDescriptionDefault
proposalYes
sourceYes

Input Schema (JSON Schema)

{ "properties": { "proposal": { "type": "string" }, "source": { "type": "string" } }, "required": [ "proposal", "source" ], "type": "object" }
ID: p1uxnf0htn