Skip to main content
Glama
.eslintrc.json1.31 kB
{ "root": true, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2022, "sourceType": "module", "project": "./tsconfig.json" }, "plugins": [ "@typescript-eslint" ], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "env": { "node": true, "es2022": true }, "rules": { "@typescript-eslint/no-unused-vars": [ "warn", { "args": "all", "argsIgnorePattern": "^_", "caughtErrors": "all", "caughtErrorsIgnorePattern": "^_", "destructuredArrayIgnorePattern": "^_", "varsIgnorePattern": "^_", "ignoreRestSiblings": true } ], "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-non-null-assertion": "warn", "no-console": "off", "semi": ["error", "always"], "quotes": ["error", "single", { "avoidEscape": true }], "no-empty": ["error", { "allowEmptyCatch": true }], "no-useless-escape": "warn", "no-case-declarations": "off", "prefer-const": "warn", "no-unused-vars": "off" }, "ignorePatterns": [ "dist/", "node_modules/", "*.js", "*.d.ts", "*.cjs", "vitest.config.ts", "test-*.js" ] }

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/ChiR24/Unreal_mcp'

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