Skip to main content
Glama

Discogs MCP Server

by cswkim
discogsService.ts342 B
import { vi } from 'vitest'; // Mock the DiscogsService class vi.mock('../../src/services/index', async () => { const actual = await vi.importActual<any>('../../src/services/index'); return { ...actual, DiscogsService: class { request = vi.fn(); }, BaseUserService: class { request = vi.fn(); }, }; });

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