Skip to main content
Glama

infura-mcp

by deflang
eslint.config.js381 B
// eslint.config.js import js from "@eslint/js"; import tseslint from "typescript-eslint"; import globals from "globals"; export default [ js.configs.recommended, ...tseslint.configs.recommended, { languageOptions: { globals: globals.node, }, rules: { "no-unused-vars": ["error", { argsIgnorePattern: "^_" }], "eqeqeq": "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/deflang/infura-mcp'

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