Skip to main content
Glama

MCP Sandbox

by danstarns
.eslintrc.js1.43 kB
module.exports = { root: true, env: { browser: true, node: true, 'jest/globals': true, }, globals: {}, extends: [ 'next', 'next/core-web-vitals', 'eslint:recommended', 'plugin:react/recommended', 'plugin:@typescript-eslint/recommended', 'prettier', 'plugin:prettier/recommended', ], plugins: ['react', '@typescript-eslint', 'jest', 'prettier'], parserOptions: { ecmaVersion: 2021, sourceType: 'module', }, rules: { '@typescript-eslint/no-explicit-any': 'off', 'react/react-in-jsx-scope': 'off', 'react/prop-types': 'off', '@typescript-eslint/no-require-imports': 'off', '@typescript-eslint/no-empty-object': 'off', '@typescript-eslint/no-empty-object-type': 'off', 'react-hooks/exhaustive-deps': 'off', 'react/no-unescaped-entities': 'off', 'import/no-anonymous-default-export': 'off', 'jsx-a11y/alt-text': 'off', '@next/next/no-img-element': 'off', '@typescript-eslint/ban-ts-comment': 'off', }, ignorePatterns: ['dist', 'build', 'stats.json', 'dgraph', 'data', 'temp.graphql', '*.mdx', 'storybook-static'], overrides: [ { files: ['**/*.graphql', '**/*.gql'], parser: '@graphql-eslint/eslint-plugin', plugins: ['@graphql-eslint'], rules: { 'prettier/prettier': [ 2, { parser: 'graphql', }, ], }, }, ], };

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/danstarns/mcp-sandbox'

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