Skip to main content
Glama
export-salv-class-md.jsâ€ĸ603 B
// Export SALV class to markdown file const { handleGetClass } = require('../dist/handlers/handleGetClass'); const path = require('path'); async function main() { try { const className = 'CL_SALV_TABLE'; const filePath = path.join('C:/Users/oleksii_kyslytsia/projects/abap2doc/.cache', `${className}.md`); const args = { class_name: className, filePath }; const result = await handleGetClass(args); console.log(`Class ${className} exported to ${filePath}`); process.exit(0); } catch (e) { console.error('Error:', e); process.exit(1); } } main();

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fr0ster/mcp-abap-adt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server