Skip to main content
Glama

RanchHand

by anteew
eslint.config.mjs805 B
import js from '@eslint/js'; import globals from 'globals'; export default [ js.configs.recommended, { languageOptions: { ecmaVersion: 2022, sourceType: 'module', globals: { ...globals.node, }, }, rules: { 'no-unused-vars': ['warn', { argsIgnorePattern: '^_' }], 'no-console': 'off', 'no-empty': ['error', { allowEmptyCatch: true }], 'no-useless-catch': 'warn', }, }, { files: ['tests/**/*.js'], languageOptions: { ecmaVersion: 2022, sourceType: 'module', globals: { describe: 'readonly', it: 'readonly', expect: 'readonly', beforeEach: 'readonly', vi: 'readonly', }, }, }, { ignores: ['node_modules/**', 'dist/**', 'coverage/**'], }, ];

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/anteew/RanchHand'

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