import dotenv from 'dotenv';
import { afterEach, vi } from 'vitest';
// Load test environment variables
dotenv.config({ path: '.env.test' });
// Reset all mocks after each test
afterEach(() => {
vi.clearAllMocks();
});
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/cswkim/discogs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server