Skip to main content
Glama
.eslintrc.cjs1.21 kB
module.exports = { root: true, env: { node: true, es2022: true, }, parser: "@typescript-eslint/parser", parserOptions: { ecmaVersion: "latest", sourceType: "module", project: "./tsconfig.json", }, plugins: ["@typescript-eslint", "import"], extends: [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", "prettier", ], rules: { // TypeScript "@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", "@typescript-eslint/no-floating-promises": "error", "@typescript-eslint/no-misused-promises": "error", // Allow control characters in regex (used for security validation) "no-control-regex": "off", // General "no-console": ["warn", { allow: ["warn", "error"] }], eqeqeq: ["error", "always"], "prefer-const": "error", }, ignorePatterns: ["dist", "node_modules", "*.cjs", "*.js", "tests"], };

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/12-days-of-shipmas-2025/day-1-image-generation-mcp'

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