Skip to main content
Glama

WordPress Trac MCP Server

by Jameswlepage
biome.json1.59 kB
{ "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noExcessiveCognitiveComplexity": "error", "noUselessRename": "error" }, "correctness": { "noUnusedVariables": "error", "useExhaustiveDependencies": "warn" }, "performance": { "noDelete": "error" }, "style": { "noParameterAssign": "error", "useConst": "error", "useTemplate": "error" }, "suspicious": { "noExplicitAny": "warn", "noImplicitAnyLet": "error" } } }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100, "lineEnding": "lf", "attributePosition": "auto" }, "javascript": { "formatter": { "quoteStyle": "single", "jsxQuoteStyle": "double", "trailingComma": "es5", "semicolons": "always", "arrowParentheses": "always", "bracketSpacing": true, "bracketSameLine": false, "quoteProperties": "asNeeded", "attributePosition": "auto" } }, "json": { "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 } }, "files": { "include": [ "src/**/*.ts", "src/**/*.js", "*.json" ], "ignore": [ "node_modules/**/*", "dist/**/*", "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/Jameswlepage/trac-mcp'

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