Skip to main content
Glama

Infer MCP Server

by jackyxhb
eslint.config.js712 B
import { fileURLToPath } from "node:url"; import tseslint from "@typescript-eslint/eslint-plugin"; import tsParser from "@typescript-eslint/parser"; const tsconfigRootDir = fileURLToPath(new URL("./", import.meta.url)); export default [ { ignores: ["build/**", "node_modules/**", "coverage/**"] }, { files: ["src/**/*.ts", "tests/**/*.ts"], languageOptions: { parser: tsParser, parserOptions: { project: "./tsconfig.eslint.json", tsconfigRootDir } }, plugins: { "@typescript-eslint": tseslint }, rules: { "@typescript-eslint/no-floating-promises": "error", "@typescript-eslint/consistent-type-imports": "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/jackyxhb/InferMCPServer'

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