Skip to main content
Glama
setup-verification.test.ts448 B
import { describe, it, expect } from '@jest/globals'; describe('Test Setup Verification', () => { it('should run tests successfully', () => { expect(true).toBe(true); }); it('should have access to TypeScript features', () => { const typed: string = 'hello'; expect(typed).toBe('hello'); }); it('should support async tests', async () => { const result = await Promise.resolve(42); expect(result).toBe(42); }); });

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/roomi-fields/notebooklm-mcp'

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