Skip to main content
Glama

universal-blockchain

.eslintrc.js1.45 kB
const path = require("path"); /** * @type {import("eslint").Linter.Config} */ module.exports = { env: { browser: false, es2021: true, mocha: true, node: true, }, extends: ["plugin:prettier/recommended"], parser: "@typescript-eslint/parser", parserOptions: { ecmaVersion: 12, }, plugins: [ "@typescript-eslint", "prettier", "simple-import-sort", "sort-keys-fix", "typescript-sort-keys", "prefer-arrow", ], rules: { "@typescript-eslint/no-explicit-any": "error", "@typescript-eslint/sort-type-union-intersection-members": "error", camelcase: "off", "func-style": ["error", "expression", { allowArrowFunctions: true }], "prefer-arrow/prefer-arrow-functions": [ "warn", { classPropertiesAllowed: false, disallowPrototype: true, singleReturnOnly: false, }, ], "simple-import-sort/exports": "error", "simple-import-sort/imports": "error", "sort-keys-fix/sort-keys-fix": "error", "typescript-sort-keys/interface": "error", "typescript-sort-keys/string-enum": "error", }, settings: { "import/parsers": { "@typescript-eslint/parser": [".js", ".jsx", ".ts", ".tsx", ".d.ts"], }, "import/resolver": { node: { extensions: [".js", ".jsx", ".ts", ".tsx", ".d.ts"], }, typescript: { project: path.join(__dirname, "tsconfig.json"), }, }, }, };

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/ExpertVagabond/universal-blockchain'

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