Skip to main content
Glama

3GPP MCP Server

by edhijlu
setup.ts291 B
// Test setup file beforeAll(() => { // Suppress console.log in tests for cleaner output jest.spyOn(console, 'log').mockImplementation(() => {}); jest.spyOn(console, 'error').mockImplementation(() => {}); }); afterAll(() => { // Restore console methods jest.restoreAllMocks(); });

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/edhijlu/3gpp-mcp-server'

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