Skip to main content
Glama
jest.shim.ts380 B
// @ts-nocheck // This file is used to shim global Jest functionality and mock types // Set environment variables for tests process.env.SPOTIFY_CLIENT_ID = 'test-client-id'; process.env.SPOTIFY_CLIENT_SECRET = 'test-client-secret'; // Silence console errors during tests console.error = jest.fn(); // No need to explicitly mock modules here as they are mocked in the test files

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/imprvhub/mcp-claude-spotify'

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