Skip to main content
Glama

Google Images Search MCP

by srigi
eslint.config.mjs876 B
import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; import prettierPlugin from 'eslint-plugin-prettier'; import prettierConfig from 'eslint-config-prettier'; // We still need this to apply its disabling rules export default tseslint.config( { ignores: ['.bruno/', '.roo/', 'dist', 'logs', 'my_resources', 'node_modules/', 'src/**/*.js'], }, eslint.configs.recommended, ...tseslint.configs.recommended, // Apply recommended TS rules { rules: { '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }] }, }, // Prettier integration - MUST BE LAST to override other configs { plugins: { prettier: prettierPlugin }, rules: { ...prettierConfig.rules, // Apply prettier-config to disable conflicting rules 'prettier/prettier': 'warn', // Report Prettier differences as warnings }, }, );

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/srigi/mcp-google-images-search'

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