Skip to main content
Glama
settings.json1.1 kB
{ // Testing configuration - Using Vitest "testExplorer.useNativeTesting": true, "vitest.enable": true, "vitest.commandLine": "npx vitest", // TypeScript configuration "typescript.preferences.includePackageJsonAutoImports": "auto", "typescript.suggest.autoImports": true, "typescript.updateImportsOnFileMove.enabled": "always", // Code formatting and quality "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, // File associations for this MCP WordPress project "files.associations": { "*.config.js": "javascript", "*.config.ts": "typescript", "mcp-wordpress.config.json": "jsonc" }, // Search and file exclusions "search.exclude": { "**/node_modules": true, "**/coverage": true, "**/dist": true, "**/logs": true, "**/*.log": true }, // Git integration "git.enableSmartCommit": true, "git.confirmSync": false, // Markdown settings for documentation "markdownlint.config": { "MD013": false, "MD033": false } }

Latest Blog Posts

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/docdyhr/mcp-wordpress'

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