Skip to main content
Glama
biome.json2.03 kB
{ "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "includes": ["**", "!!**/dist", "!!**/build", "!!**/node_modules"] }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 4, "lineEnding": "lf", "lineWidth": 100, "attributePosition": "auto", "bracketSameLine": false, "bracketSpacing": true, "expand": "auto", "useEditorconfig": true }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "warn", "noUnusedImports": "warn" }, "suspicious": { "noExplicitAny": "error", "noDoubleEquals": "error", "noDebugger": "error", "noConsole": "off" }, "style": { "useConsistentArrayType": { "level": "error", "options": { "syntax": "generic" } }, "useNamingConvention": "off", "noNegationElse": "off", "useTemplate": "warn" }, "complexity": { "useOptionalChain": "error", "useFlatMap": "warn", "noForEach": "off" }, "performance": { "noAccumulatingSpread": "warn", "noDelete": "warn" } } }, "javascript": { "formatter": { "trailingCommas": "none", "semicolons": "always", "arrowParentheses": "always", "bracketSameLine": false, "quoteStyle": "single", "attributePosition": "auto", "bracketSpacing": true } }, "json": { "formatter": { "trailingCommas": "none" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } }, "overrides": [ { "includes": ["**/*.test.ts", "**/*.spec.ts", "**/*.test.js", "**/*.spec.js"], "linter": { "rules": { "suspicious": { "noExplicitAny": "off" } } } }, { "includes": ["**/*.js", "**/*.cjs", "**/*.config.ts", "**/*.config.js"], "linter": { "rules": { "suspicious": { "noExplicitAny": "off" } } } } ] }

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/macroforge-ts/mcp-server'

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