Skip to main content
Glama

mcp-gitlab-jira

eslint.config.js542 B
import globals from "globals"; import pluginJs from "@eslint/js"; import tseslint from "typescript-eslint"; export default [ { languageOptions: { globals: globals.node, parser: tseslint.parser, parserOptions: { project: './src/tsconfig.json', sourceType: 'module', }, }, files: ['**/*.ts'], }, pluginJs.configs.recommended, ...tseslint.configs.recommended, { rules: { // Add any specific ESLint rules here "@typescript-eslint/no-explicit-any": "warn" } } ];

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/HainanZhao/mcp-gitlab-jira'

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