Skip to main content
Glama

MCP Bitget Trading Server

by gagarinyury
simple.test.ts•413 B
/** * Simple test to verify Jest setup */ describe('Basic functionality', () => { test('should add numbers correctly', () => { expect(2 + 2).toBe(4); }); test('should work with strings', () => { expect('hello' + ' ' + 'world').toBe('hello world'); }); test('should work with arrays', () => { const arr = [1, 2, 3]; expect(arr.length).toBe(3); expect(arr).toContain(2); }); });

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/gagarinyury/MCP-bitget-trading'

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