Skip to main content
Glama

MCP Server Foundation Template

by joeyheath65
eslint.config.jsβ€’931 B
import eslint from '@eslint/js'; import tseslint from '@typescript-eslint/eslint-plugin'; import tseslintParser from '@typescript-eslint/parser'; export default [ eslint.configs.recommended, { files: ['**/*.ts'], languageOptions: { parser: tseslintParser, parserOptions: { ecmaVersion: 2022, sourceType: 'module', }, globals: { console: 'readonly', process: 'readonly', Buffer: 'readonly', __dirname: 'readonly', __filename: 'readonly', }, }, plugins: { '@typescript-eslint': tseslint, }, rules: { '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/explicit-function-return-type': 'off', 'no-unused-vars': 'off', '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], }, }, { ignores: ['dist/', '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/joeyheath65/mcp'

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