Skip to main content
Glama

PDF Reader MCP Server

by sylphxltd
biome.json2.21 kB
{ "$schema": "https://biomejs.dev/schemas/2.3.2/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": true, "includes": ["src/**/*", "test/**/*", "*.ts", "*.js", "*.cjs", "*.json"] }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100 }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noExcessiveCognitiveComplexity": { "level": "error", "options": { "maxAllowedComplexity": 10 } }, "noForEach": "off", "noUselessFragments": "warn" }, "correctness": { "noUnusedVariables": { "level": "error", "options": { "ignoreRestSiblings": true } }, "useExhaustiveDependencies": "warn" }, "style": { "noNonNullAssertion": "error", "noParameterAssign": "warn", "useConst": "error", "useTemplate": "warn", "noUselessElse": "warn" }, "suspicious": { "noExplicitAny": "error", "noConsole": "off", "noArrayIndexKey": "warn", "noDoubleEquals": "error" }, "performance": { "noDelete": "warn" } } }, "javascript": { "formatter": { "quoteStyle": "single", "jsxQuoteStyle": "double", "trailingCommas": "es5", "semicolons": "always", "arrowParentheses": "always", "bracketSpacing": true, "bracketSameLine": false, "quoteProperties": "asNeeded" } }, "overrides": [ { "includes": ["src/handlers/readPdf.ts", "src/pdf/**/*.ts", "test/**/*.ts"], "linter": { "rules": { "complexity": { "noExcessiveCognitiveComplexity": "off" }, "suspicious": { "noExplicitAny": "warn" } } } }, { "includes": ["**/*.cjs", "**/*.js"], "javascript": { "globals": ["module", "require", "process", "__dirname"] } } ] }

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/sylphxltd/pdf-reader-mcp'

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