Skip to main content
Glama
test-get-bdef.jsâ€ĸ431 B
// Test for handleGetBdef const { handleGetBdef } = require('../src/handlers/handleGetBdef'); async function main() { try { const args = { bdef_name: process.argv[2] || 'Z_I_MYENTITY' }; const result = await handleGetBdef(args); console.log('handleGetBdef result:', JSON.stringify(result, null, 2)); 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