Skip to main content
Glama

Electron MCP Server

by halilural
eslint.config.tsโ€ข1.07 kB
import js from '@eslint/js'; import globals from 'globals'; import tseslint from 'typescript-eslint'; export default tseslint.config( { files: ['**/*.{js,mjs,cjs,ts,mts,cts}'], languageOptions: { globals: { ...globals.node, ...globals.es2022, }, parserOptions: { ecmaVersion: 2022, sourceType: 'module', }, }, }, js.configs.recommended, ...tseslint.configs.recommended, { rules: { '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-unused-vars': [ 'error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_', caughtErrorsIgnorePattern: '^_', }, ], 'no-case-declarations': 'off', 'prefer-const': 'error', 'no-var': 'error', 'no-console': 'warn', }, }, { files: ['test/**/*'], rules: { '@typescript-eslint/no-explicit-any': 'off', 'no-console': 'off', }, }, { ignores: ['dist/**', 'coverage/**', 'node_modules/**', '*.config.js'], }, );

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/halilural/electron-mcp-server'

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