Skip to main content
Glama
index.test.tsâ€ĸ980 B
describe('MCP ABAP ADT Server', () => { it('should be a valid test suite', () => { expect(true).toBe(true); }); describe('Module Imports', () => { it('should import handler modules without errors', async () => { await expect(import('../handlers/handleGetProgram')).resolves.toBeDefined(); await expect(import('../handlers/handleGetClass')).resolves.toBeDefined(); await expect(import('../handlers/handleGetFunction')).resolves.toBeDefined(); }); it('should import utility modules without errors', async () => { await expect(import('../lib/utils')).resolves.toBeDefined(); await expect(import('../lib/logger')).resolves.toBeDefined(); }); }); describe('Configuration', () => { it('should have valid Node.js version', () => { const nodeVersion = process.version; const majorVersion = parseInt(nodeVersion.split('.')[0].slice(1)); expect(majorVersion).toBeGreaterThanOrEqual(18); }); }); });

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