Skip to main content
Glama

Spec Workflow MCP

by kingkongshot
eslint.config.js771 B
import js from '@eslint/js'; import tseslint from '@typescript-eslint/eslint-plugin'; import tsParser from '@typescript-eslint/parser'; export default [ { files: ['src/**/*.ts'], languageOptions: { parser: tsParser, parserOptions: { ecmaVersion: 2022, sourceType: 'module', project: './tsconfig.json' } }, plugins: { '@typescript-eslint': tseslint }, rules: { ...js.configs.recommended.rules, ...tseslint.configs.recommended.rules, '@typescript-eslint/explicit-function-return-type': 'error', '@typescript-eslint/no-unused-vars': 'error', '@typescript-eslint/no-explicit-any': 'error' } }, { ignores: ['dist/', 'node_modules/', '*.js', 'scripts/'] } ];

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/kingkongshot/specs-workflow-mcp'

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