Skip to main content
Glama

MCP Server Local WP

.eslintrc.cjs1.13 kB
/* eslint-env node */ module.exports = { root: true, env: { node: true, es2022: true }, parser: '@typescript-eslint/parser', parserOptions: { project: false, sourceType: 'module' }, plugins: ['@typescript-eslint', 'import', 'unused-imports'], extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:import/recommended', 'plugin:import/typescript', 'prettier', ], rules: { 'no-console': 'off', 'unused-imports/no-unused-imports': 'error', '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }], '@typescript-eslint/no-explicit-any': 'off', 'import/no-unresolved': 'off', 'import/order': [ 'warn', { groups: [ 'builtin', 'external', 'internal', 'parent', 'sibling', 'index', 'object', 'type', ], 'newlines-between': 'always', alphabetize: { order: 'asc', caseInsensitive: true }, }, ], }, settings: { 'import/resolver': { node: { extensions: ['.js', '.ts'] }, }, }, };

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/verygoodplugins/mcp-local-wp'

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