Skip to main content
Glama

QASE MCP Server

eslint.config.js816 B
export default { languageOptions: { ecmaVersion: 12, sourceType: "module", globals: { browser: true, es2021: true, }, }, files: ["**/*.ts", "**/*.tsx"], plugins: { "@typescript-eslint": (await import("@typescript-eslint/eslint-plugin")).default, "prettier": (await import("eslint-plugin-prettier")).default, }, rules: { ...(await import("eslint-config-prettier")).default.rules, ...(await import("eslint-plugin-prettier")).default.configs.recommended.rules, ...(await import("@typescript-eslint/eslint-plugin")).default.configs.recommended.rules, }, languageOptions: { parser: (await import("@typescript-eslint/parser")).default, ecmaVersion: 12, sourceType: "module", globals: { browser: true, es2021: true, }, }, };

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/rikuson/mcp-qase'

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