Skip to main content
Glama

markdownlint-mcp

.eslintrc.js929 B
export default { parser: '@typescript-eslint/parser', extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:jest/recommended', 'prettier' ], plugins: ['@typescript-eslint', 'jest', 'prettier'], env: { node: true, es6: true, jest: true }, parserOptions: { ecmaVersion: 2022, sourceType: 'module' }, rules: { 'prettier/prettier': 'error', 'no-console': ['warn', { allow: ['warn', 'error'] }], '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], 'jest/no-disabled-tests': 'warn', 'jest/no-focused-tests': 'error', 'jest/no-identical-title': 'error', 'jest/prefer-to-have-length': 'warn', 'jest/valid-expect': 'error' }, ignorePatterns: ['dist', 'node_modules', 'coverage'] };

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/ernestgwilsonii/markdownlint-mcp'

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