Skip to main content
Glama

News Aggregator API

minimal.test.ts503 B
/** * Minimal test file that doesn't require any imports from the project * This should work regardless of any TypeScript or mocking issues */ import { describe, test, expect } from '@jest/globals'; describe('Basic Functionality', () => { test('true should be true', () => { expect(true).toBe(true); }); test('1 + 1 should equal 2', () => { expect(1 + 1).toBe(2); }); test('string concatenation should work', () => { expect('hello ' + 'world').toBe('hello world'); }); });

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/Malachi-devel/the-news-api-mcp-server'

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