Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License
.eslintrc.json1.37 kB
{ "root": true, "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended" ], "parserOptions": { "ecmaVersion": 2022, "sourceType": "module", "project": "./tsconfig.json" }, "env": { "node": true, "es6": true }, "rules": { "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }], "no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }], "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-non-null-assertion": "warn", "no-console": "off", "prefer-const": "error", "no-var": "error", "object-shorthand": "error", "prefer-template": "error", "no-duplicate-imports": "error", "eqeqeq": ["error", "always"], "no-eval": "error", "no-implied-eval": "error", "no-new-func": "error", "no-return-assign": "error", "no-self-compare": "error", "no-throw-literal": "error", "no-unused-expressions": "error", "radix": "error" }, "ignorePatterns": [ "build/**/*", "node_modules/**/*", "dist/**/*", "*.js", "*.d.ts", "say-hello/**/*", ".smithery/**/*" ] }

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/cuongpo/rootstock-mcp'

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