Skip to main content
Glama
test_client.spec.ts328 B
/** * Test file for client API */ import { APIManager } from '../api/client'; describe('APIManager', () => { let apiManager: APIManager; beforeEach(() => { apiManager = new APIManager(); }); it('should initialize correctly', () => { expect(apiManager).toBeDefined(); }); // Add more tests as needed });

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/aoutpost2-rgb/getoutpost-mcp-server'

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