Skip to main content
Glama

Scan QRCode MCP Server

by ericyangpan
eslint.config.js835 B
// Flat config for ESLint v9+ import js from '@eslint/js'; import tsParser from '@typescript-eslint/parser'; import tsPlugin from '@typescript-eslint/eslint-plugin'; import globals from 'globals'; export default [ js.configs.recommended, { files: ['**/*.ts'], languageOptions: { parser: tsParser, parserOptions: { ecmaVersion: 2022, sourceType: 'module', }, globals: { ...globals.node, }, }, plugins: { '@typescript-eslint': tsPlugin, }, rules: { ...tsPlugin.configs.recommended.rules, '@typescript-eslint/consistent-type-imports': 'warn', }, }, { files: ['tests/**/*.ts'], languageOptions: { globals: { ...globals.node, ...globals.vitest, }, }, }, { ignores: ['dist'], }, ];

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/ericyangpan/scan-qrcode-mcp'

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