Skip to main content
Glama
.eslintrc.js644 B
// .eslintrc.js const path = require('path'); module.exports = { root: true, // Ignore linting config file ignorePatterns: ['node_modules', 'dist', '.eslintrc.js', 'local-tests/'], overrides: [ { files: ['**/*.ts'], parser: '@typescript-eslint/parser', parserOptions: { project: [path.join(__dirname, 'tsconfig.json')], tsconfigRootDir: __dirname, }, plugins: ['@typescript-eslint'], extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'], rules: { 'no-console': 'off', '@typescript-eslint/no-explicit-any': '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/TheLunarCompany/lunar'

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