Skip to main content
Glama

iMail-mcp

eslint.config.js987 B
import js from '@eslint/js'; import tseslint from 'typescript-eslint'; import prettier from 'eslint-plugin-prettier'; import prettierConfig from 'eslint-config-prettier'; import globals from 'globals'; export default tseslint.config( { ignores: ['dist/**', 'node_modules/**'], }, js.configs.recommended, ...tseslint.configs.recommended, prettierConfig, { plugins: { prettier, }, rules: { 'prettier/prettier': 'error', '@typescript-eslint/no-unused-vars': [ 'error', { argsIgnorePattern: '^_' }, ], '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-explicit-any': 'warn', }, languageOptions: { ecmaVersion: 2022, sourceType: 'module', globals: { ...globals.node, }, }, }, { files: ['**/*.js', '**/*.mjs'], ...tseslint.configs.disableTypeChecked, } );

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/Racimy/iMail-mcp'

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