Hi, Thank you for your great work on this project.
do the MCP tools GetTable and GetStructure actually exist? I tried using them but couldn’t get them to work.
Blow is the readme file text:
GetTable: Use this tool to retrieve the structure of an ABAP Dictionary table, including its field names and data types. This is helpful for verifying the correct fields to use in your SELECT statements.
- If you need to inspect an include structure, you may need to use
searchObject to find the include and then use GetTypeInfo or GetStructure. You may get a 404 error and try again with GetStructure
GetStructure: Use this tool to retrieve the structure of an ABAP Dictionary structure, including its field names and data types. This is helpful for verifying the correct fields to use in your SELECT statements.
- If you need to inspect an include structure, you may need to use
searchObject to find the include and then use GetTypeInfo or GetStructure.
Hi, Thank you for your great work on this project.
do the MCP tools GetTable and GetStructure actually exist? I tried using them but couldn’t get them to work.
Blow is the readme file text:
GetTable: Use this tool to retrieve the structure of an ABAP Dictionary table, including its field names and data types. This is helpful for verifying the correct fields to use in yourSELECTstatements.searchObjectto find the include and then useGetTypeInfoorGetStructure. You may get a 404 error and try again withGetStructureGetStructure: Use this tool to retrieve the structure of an ABAP Dictionary structure, including its field names and data types. This is helpful for verifying the correct fields to use in yourSELECTstatements.searchObjectto find the include and then useGetTypeInfoorGetStructure.