Skip to main content
Glama

Lens Protocol MCP Server

by daoleno
biome.json•1.14 kB
{ "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json", "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "off", "useExhaustiveDependencies": "off" }, "style": { "noImplicitBoolean": "off", "useCollapsedElseIf": "off", "noNonNullAssertion": "off" }, "suspicious": { "noExplicitAny": "off", "noArrayIndexKey": "off" }, "a11y": { "useButtonType": "off" }, "complexity": { "useOptionalChain": "off" } } }, "javascript": { "formatter": { "quoteStyle": "single", "semicolons": "asNeeded", "trailingCommas": "es5" } }, "files": { "includes": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "**/*.json"], "experimentalScannerIgnores": [ "node_modules/**", "dist/**", "build/**", ".next/**", "coverage/**", "*.min.js", "*.d.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/daoleno/lens-mcp'

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