Skip to main content
Glama

System Designer MCP Server

by chevyfsa
eslint.config.js1.18 kB
import eslint from '@eslint/js'; import tseslint from '@typescript-eslint/eslint-plugin'; import tsparser from '@typescript-eslint/parser'; export default [ { ignores: ['dist/**/*', 'node_modules/**/*'], }, eslint.configs.recommended, { files: ['src/**/*.ts', 'test/**/*.ts'], // Include both source and test files for TypeScript parsing languageOptions: { parser: tsparser, parserOptions: { ecmaVersion: 2022, sourceType: 'module', }, globals: { console: 'readonly', Console: 'readonly', process: 'readonly', Bun: 'readonly', NodeJS: 'readonly', Buffer: 'readonly', URL: 'readonly', atob: 'readonly', btoa: 'readonly', AbortController: 'readonly', File: 'readonly', navigator: 'readonly', setTimeout: 'readonly', clearTimeout: 'readonly', fetch: 'readonly', }, }, plugins: { '@typescript-eslint': tseslint, }, rules: { ...tseslint.configs.recommended.rules, '@typescript-eslint/no-explicit-any': 'off', // Add any custom rules here }, }, ];

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/chevyfsa/system-designer-mcp'

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