ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

codeCompletionFull

Enhance ABAP development by performing full code completion based on source code, line, column, and pattern key provided to improve coding accuracy and efficiency.

Instructions

Performs full code completion.

Input Schema

NameRequiredDescriptionDefault
columnYes
lineYes
patternKeyYes
sourceYes
sourceUrlYes

Input Schema (JSON Schema)

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