Skip to main content
Glama

HackerNews MCP Server

by wei
biome.json1.03 kB
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "formatter": { "enabled": true, "indentStyle": "tab", "lineWidth": 100 }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "error", "noUnusedImports": "error" }, "style": { "noVar": "error", "useConst": "warn", "useTemplate": "warn" }, "complexity": { "noExcessiveCognitiveComplexity": { "level": "error", "options": { "maxAllowedComplexity": 10 } } } } }, "overrides": [ { "include": ["tests/**/*.test.ts"], "linter": { "rules": { "complexity": { "noExcessiveCognitiveComplexity": "off" } } } } ], "javascript": { "formatter": { "quoteStyle": "double", "trailingCommas": "es5" } }, "organizeImports": { "enabled": true }, "files": { "ignore": ["node_modules", "dist", "coverage", "*.min.js"] } }

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/wei/hn-mcp-server'

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