Skip to main content
Glama
test-mapping.js471 B
#!/usr/bin/env node /** * Standalone test script for the mapping functionality * Can be run independently to test ID-to-name resolution */ import { testMapping } from '../tests/mapping.test.js'; console.log('Running Autotask ID-to-Name Mapping Tests...\n'); testMapping() .then(() => { console.log('\nAll tests completed successfully!'); process.exit(0); }) .catch((error) => { console.error('\nTests failed:', error); process.exit(1); });

Latest Blog Posts

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/asachs01/autotask-mcp'

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