Skip to main content
Glama
eslint.config.mjsβ€’1.22 kB
import js from '@eslint/js'; import tsPlugin from 'typescript-eslint'; export default [ { ignores: ['dist/**', 'node_modules/**', 'coverage/**', '*.config.js', '*.config.mjs', '.smithery/**'] }, js.configs.recommended, ...tsPlugin.configs.recommended, { languageOptions: { ecmaVersion: 2022, sourceType: 'module', globals: { console: 'readonly', process: 'readonly', Buffer: 'readonly', __dirname: 'readonly', __filename: 'readonly', } }, rules: { 'no-unused-vars': 'off', '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/explicit-module-boundary-types': 'off', 'no-console': ['warn', { allow: ['warn', 'error'] }], 'prefer-const': 'error', 'no-var': 'error', 'eqeqeq': ['error', 'always'], 'curly': ['error', 'all'] } }, // Allow console.log in examples and scripts directories { files: ['examples/**/*.ts', 'examples/**/*.js', 'scripts/**/*.ts', 'scripts/**/*.js'], rules: { 'no-console': '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/flight505/MCP_DinCoder'

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