ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

fixProposals

Retrieves fix proposals for ABAP code issues by analyzing specific lines and columns in the source. Enhances development workflows by providing actionable solutions.

Instructions

Retrieves fix proposals.

Input Schema

NameRequiredDescriptionDefault
columnYes
lineYes
sourceYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "column": { "type": "number" }, "line": { "type": "number" }, "source": { "type": "string" }, "url": { "type": "string" } }, "required": [ "url", "source", "line", "column" ], "type": "object" }
ID: p1uxnf0htn