ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

findDefinition

Find symbol definition

Input Schema

NameRequiredDescriptionDefault
endColYes
implementationNo
lineYes
mainProgramNo
sourceYes
startColYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "endCol": { "type": "number" }, "implementation": { "optional": true, "type": "boolean" }, "line": { "type": "number" }, "mainProgram": { "optional": true, "type": "string" }, "source": { "type": "string" }, "startCol": { "type": "number" }, "url": { "type": "string" } }, "required": [ "url", "source", "line", "startCol", "endCol" ], "type": "object" }