Skip to main content
Glama

Code Executor MCP Server

by aberemia24
eslint.config.mjs828 B
import tseslint from '@typescript-eslint/eslint-plugin'; import parser from '@typescript-eslint/parser'; export default [ { files: ['src/**/*.ts'], languageOptions: { parser: parser, parserOptions: { ecmaVersion: 2022, sourceType: 'module', project: './tsconfig.eslint.json', }, }, plugins: { '@typescript-eslint': tseslint, }, rules: { ...tseslint.configs.recommended.rules, '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/no-non-null-assertion': 'warn', 'no-console': 'off', }, }, { ignores: ['dist/**', 'node_modules/**', '*.js', '*.mjs'], }, ];

Latest Blog Posts

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/aberemia24/code-executor-MCP'

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