Skip to main content
Glama

Authenticated Next.js MCP Server

eslint.config.mjs1.26 kB
import { dirname } from 'path' import { fileURLToPath } from 'url' import { FlatCompat } from '@eslint/eslintrc' const __filename = fileURLToPath(import.meta.url) const __dirname = dirname(__filename) const compat = new FlatCompat({ baseDirectory: __dirname, }) const eslintConfig = [ { ignores: ['.next/**', 'node_modules/**', 'dist/**', 'build/**', 'examples/**', 'src/app/generated/**', 'app/generated/**', 'src/generated/**', 'generated/**'], }, ...compat.extends('next/core-web-vitals', 'next/typescript'), { rules: { '@typescript-eslint/no-unused-vars': 'error', '@typescript-eslint/explicit-function-return-type': 'warn', '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/consistent-type-definitions': ['error', 'interface'], 'import/order': [ 'error', { groups: [ 'builtin', 'external', 'internal', 'parent', 'sibling', 'index', ], pathGroups: [ { pattern: '@/**', group: 'internal', }, ], pathGroupsExcludedImportTypes: ['builtin'], }, ], }, }, ] export default eslintConfig

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/vedaterenoglu/ve-nextjs-mcp-server'

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