Skip to main content
Glama
eslint.config.js949 B
// @ts-check import eslint from "@eslint/js" import tseslint from "typescript-eslint" export default tseslint.config( eslint.configs.recommended, tseslint.configs.recommended, { // Global rules to allow certain exceptions for SDK compatibility rules: { // Allow using 'any' in rare cases when absolutely needed for SDK compatibility "@typescript-eslint/no-explicit-any": ["error", { "fixToUnknown": false, "ignoreRestArgs": true }] } }, { files: ["test/**/*.ts"], rules: { // Allow 'any' types in test files "@typescript-eslint/no-explicit-any": "off", // Allow non-null assertions in test files "@typescript-eslint/no-non-null-assertion": "off" } }, { // Allow any in specific transport files that need to access private properties files: ["src/transports/**/*.ts"], rules: { "@typescript-eslint/no-explicit-any": "off" } } )

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/ivo-toby/contentful-mcp-graphql'

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