Skip to main content
Glama
lis186

Taiwan Holiday MCP Server

by lis186
basic.test.ts368 B
/** * Basic test to verify test environment setup */ describe('Test Environment', () => { it('should be properly configured', () => { expect(true).toBe(true); }); it('should have Jest globals available', () => { expect(jest).toBeDefined(); expect(describe).toBeDefined(); expect(it).toBeDefined(); expect(expect).toBeDefined(); }); });

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/lis186/taiwan-holiday-mcp'

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