Skip to main content
Glama
test-get-include.jsâ€ĸ496 B
// Test for handleGetInclude const { handleGetInclude } = require('../dist/handlers/handleGetInclude'); async function main() { try { const args = { include_name: process.argv[2] || 'RM07DOCS_F01', filePath: process.argv[3] || undefined }; const result = await handleGetInclude(args); console.log('handleGetInclude 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