Skip to main content
Glama

mcp-untun

by minte-app
eslint.config.js1.06 kB
import tseslint from "typescript-eslint"; import eslintPluginPrettier from "eslint-plugin-prettier"; export default tseslint.config({ // Base ESLint configuration ignores: ["node_modules/**", "build/**", "dist/**", ".git/**", ".github/**"], languageOptions: { ecmaVersion: 2020, sourceType: "module", parser: tseslint.parser, parserOptions: {}, globals: { // Add Node.js globals process: "readonly", require: "readonly", module: "writable", console: "readonly", }, }, // Settings for all files linterOptions: { reportUnusedDisableDirectives: true, }, // Apply ESLint recommended rules extends: [tseslint.configs.recommended], plugins: { prettier: eslintPluginPrettier, }, rules: { // TypeScript rules "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }], "@typescript-eslint/no-explicit-any": "warn", // Prettier integration "prettier/prettier": "error", }, });

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/minte-app/untun-mcp'

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