Skip to main content
Glama

Squad AI

.eslintrc1.17 kB
{ "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 12, "sourceType": "module" }, "plugins": ["@typescript-eslint", "prettier"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended" ], "rules": { // to enforce using type for object type definitions, can be type or interface "@typescript-eslint/consistent-type-definitions": ["error", "type"], "prettier/prettier": "error", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": [ "warn", // or "error" { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_", "caughtErrorsIgnorePattern": "^_" } ] }, "overrides": [ { "files": ["**/*.test.ts", "**/*.spec.ts", "**/test/**/*.ts"], "rules": { "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/ban-ts-comment": "off" } } ], "ignorePatterns": ["dist/", "node_modules/", "scripts/", "src/lib/openapi/"], "env": { "browser": true, "es2021": true } }

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/the-basilisk-ai/squad-mcp'

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