Skip to main content
Glama

Chrome DevTools MCP

Official
eslint.config.mjs1.06 kB
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import js from '@eslint/js'; import globals from 'globals'; import tseslint from 'typescript-eslint'; import {defineConfig, globalIgnores} from 'eslint/config'; import checkLicensePlugin from './scripts/eslint_rules/check-license-plugin.js'; export default defineConfig([ globalIgnores(['**/node_modules', '**/build/']), { files: ['**/*.{js,mjs,cjs,ts,mts,cts}'], plugins: {js}, extends: ['js/recommended'], }, { files: ['**/*.{js,mjs,cjs,ts,mts,cts}'], languageOptions: {globals: globals.node}, }, {plugins: {checkLicensePlugin}}, { rules: { 'checkLicensePlugin/check-license': 'error', '@typescript-eslint/no-unused-vars': [ 'error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_', }, ], '@typescript-eslint/no-explicit-any': [ 'error', { ignoreRestArgs: true, }, ], }, }, tseslint.configs.recommended, ]);

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/ChromeDevTools/chrome-devtools-mcp'

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