Skip to main content
Glama

Code Reference Optimizer MCP Server

by FosterG4
.eslintrc.cjsβ€’1 kB
module.exports = { root: true, env: { node: true, es2022: true, }, parser: '@typescript-eslint/parser', parserOptions: { ecmaVersion: 'latest', sourceType: 'module', }, plugins: ['@typescript-eslint'], extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', ], ignorePatterns: ['dist/', 'node_modules/', 'src/ml/**', 'src/analysis/**'], rules: { '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-unused-vars': [ 'warn', { argsIgnorePattern: '^_', varsIgnorePattern: '^_', ignoreRestSiblings: true } ], 'no-case-declarations': 'off', }, overrides: [ { files: ['src/parsers/ASTParser.ts'], rules: { 'no-duplicate-case': 'off', '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-unused-vars': [ 'warn', { argsIgnorePattern: '^_', varsIgnorePattern: '^_', ignoreRestSiblings: true } ], }, }, ], };

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/FosterG4/mcpsaver'

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