ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

codeCompletion

Provides real-time code completion suggestions in ABAP development by analyzing source code, line, and column inputs to enhance coding efficiency.

Instructions

Get code completion suggestions

Input Schema

NameRequiredDescriptionDefault
columnYes
lineYes
sourceYes
sourceUrlYes

Input Schema (JSON Schema)

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