Skip to main content
Glama
eslint.config.js508 B
import {buildConfig} from '@ver0/eslint-config'; import {defineConfig, globalIgnores} from 'eslint/config'; export default defineConfig( globalIgnores(['dist', 'node_modules', '.yarn', 'coverage']), ...buildConfig({ globals: 'node', prettier: true, typescript: true, vitest: true, }), { files: ['README.md'], language: 'markdown/gfm', rules: { 'markdown/no-missing-label-refs': 'off', }, }, { files: ['**/*.js', '**/*.ts'], rules: { 'n/no-missing-import': 'off', }, }, );

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/ver0-project/mcps'

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