Skip to main content
Glama
test-import.jsβ€’474 B
// Test import to debug the issue import { advancedSearchCompanies } from '../../dist/objects/companies/index.js'; console.log('advancedSearchCompanies:', typeof advancedSearchCompanies); console.log('Function exists:', advancedSearchCompanies !== undefined); if (typeof advancedSearchCompanies === 'function') { console.log('βœ… Function is available'); } else { console.log('❌ Function is not available'); console.log('Actual value:', advancedSearchCompanies); }

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/kesslerio/attio-mcp-server'

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