Skip to main content
Glama

Minecraft MCP Server

by leo4life2
.eslintrc.json2.63 kB
{ "root": true, "env": { "browser": true, "commonjs": true, "es2021": true, "node": true }, "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "google", "plugin:prettier/recommended" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "plugins": [ "@typescript-eslint", "prettier", "simple-import-sort" ], "rules": { "prettier/prettier": ["error", {"singleQuote": true, "jsxSingleQuote": true}, {"usePrettierrc": true}], "linebreak-style": 0, "require-jsdoc": "off", "max-len": "off", "valid-jsdoc": "off", "@typescript-eslint/explicit-function-return-type": "off", "simple-import-sort/imports": "error", "simple-import-sort/exports": "error", "no-invalid-this": "off", "require-yield": "off", "prefer-rest-params": "off", "@typescript-eslint/ban-ts-comment": "off", "camelcase": "off", "@typescript-eslint/no-non-null-assertion": "off", "no-useless-escape": "off", "@typescript-eslint/no-var-requires": "off", "no-inner-declarations": "off", "no-prototype-builtins": "off", "no-unsafe-finally": "off", "no-empty": "off", "@typescript-eslint/ban-types": "off", "new-cap": "off", "prefer-promise-reject-errors": "off", "@typescript-eslint/no-empty-function": "off", "no-constant-condition": "off", "@typescript-eslint/no-unused-vars": "off" }, "overrides": [ { "files": ["*.ts", "*.tsx"], "extends": [ "plugin:@typescript-eslint/recommended" ], "rules": { "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-non-null-assertion": "off", "no-useless-escape": "off", "no-inner-declarations": "off", "no-prototype-builtins": "off", "no-unsafe-finally": "off", "no-empty": "off", "@typescript-eslint/ban-types": "off", "new-cap": "off", "prefer-promise-reject-errors": "off", "no-constant-condition": "off", "@typescript-eslint/no-unused-vars": "off" } } ] }

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/leo4life2/minecraft-mcp-http'

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