Skip to main content
Glama

Linear MCP Server

.eslintrc.json1.26 kB
{ "root": true, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2022, "sourceType": "module", "project": ["./tsconfig.json", "./tsconfig.test.json"] }, "plugins": ["@typescript-eslint"], "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"], "env": { "node": true, "jest": true, "es2022": true }, "rules": { "@typescript-eslint/explicit-function-return-type": "warn", "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], "@typescript-eslint/no-non-null-assertion": "warn", "no-console": ["warn", { "allow": ["error", "warn", "info"] }], "eqeqeq": ["error", "always"], "prefer-const": "error", "arrow-body-style": ["error", "as-needed"], "curly": ["error", "multi-line", "consistent"] }, "overrides": [ { "files": ["**/*.test.ts", "**/*.spec.ts"], "rules": { "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-function-return-type": "off" } } ], "ignorePatterns": [ "dist", "build", "coverage", "node_modules", ".parcel-cache", "jest.config.mjs" ] }

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/magarcia/mcp-server-linearapp'

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