Skip to main content
Glama

Discogs MCP Server

by cswkim
eslint.config.js1.14 kB
import eslint from '@eslint/js'; import prettierConfig from 'eslint-config-prettier'; import prettierPlugin from 'eslint-plugin-prettier/recommended'; import tseslint from 'typescript-eslint'; export default [ { ignores: ['dist/**', 'node_modules/**', 'coverage/**'], }, eslint.configs.recommended, ...tseslint.configs.recommended, prettierConfig, prettierPlugin, { languageOptions: { ecmaVersion: 'latest', sourceType: 'module', }, rules: { 'no-unused-vars': 'off', '@typescript-eslint/no-unused-vars': [ 'error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }, ], '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-explicit-any': 'warn', }, }, { files: ['tests/**/*.ts'], rules: { '@typescript-eslint/no-explicit-any': 'off', }, }, { files: ['**/scripts/**/*.{js,ts,cjs}'], rules: { '@typescript-eslint/no-require-imports': 'off', 'no-console': 'off', 'no-undef': 'off', }, }, ];

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