Skip to main content
Glama

MCP Utils

by haakco
eslint.config.mjs779 B
import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; import prettierConfig from 'eslint-config-prettier'; import prettierPlugin from 'eslint-plugin-prettier'; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, prettierConfig, { plugins: { prettier: prettierPlugin }, files: ['src/**/*.ts', 'tests/**/*.ts'], rules: { 'prettier/prettier': 'error', '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-non-null-assertion': 'off' } }, { ignores: ['node_modules/', 'dist/', 'coverage/'] } );

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/haakco/mcp-utils'

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