Skip to main content
Glama
package.json4.56 kB
{ "name": "@arabold/docs-mcp-server", "version": "1.31.1", "description": "MCP server for fetching and searching documentation", "type": "module", "bin": { "docs-mcp-server": "dist/index.js" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/arabold/docs-mcp-server.git" }, "files": [ "dist", "public", "db", "README.md", "LICENSE", "package.json" ], "scripts": { "prepare": "husky || true", "build": "vite build --config vite.config.web.ts && vite build", "start": "node --enable-source-maps dist/index.js", "cli": "node --enable-source-maps dist/index.js", "server": "node --enable-source-maps dist/index.ts", "web": "node --enable-source-maps dist/index.ts web", "dev": "npm-run-all --parallel dev:server dev:web", "dev:server": "vite-node --watch src/index.ts", "dev:web": "vite build --config vite.config.web.ts --watch", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:unit": "vitest run src", "test:e2e": "vitest run test", "test:live": "vitest run --exclude= test/html-pipeline-live-e2e.test.ts", "lint": "biome check .", "lint:fix": "biome check . --fix", "typecheck": "npx tsc --noEmit", "typecheck:build": "npx tsc --noEmit --project tsconfig.build.json", "format": "biome format . --write", "postinstall": "echo 'Skipping Playwright browser install. See README.md for details.'" }, "dependencies": { "@alpinejs/collapse": "^3.15.2", "@fastify/formbody": "^8.0.2", "@fastify/static": "^8.3.0", "@joplin/turndown-plugin-gfm": "^1.0.64", "@kitajs/html": "^4.2.11", "@kitajs/ts-html-plugin": "^4.1.3", "@langchain/aws": "^1.0.2", "@langchain/google-genai": "^1.0.3", "@langchain/google-vertexai": "^1.0.3", "@langchain/openai": "^1.1.2", "@langchain/textsplitters": "^1.0.0", "@modelcontextprotocol/sdk": "^1.22.0", "@trpc/client": "^11.7.1", "@trpc/server": "^11.4.4", "alpinejs": "^3.15.2", "axios": "^1.13.2", "axios-retry": "^4.5.0", "better-sqlite3": "^12.4.6", "cheerio": "^1.1.2", "commander": "^14.0.2", "dompurify": "^3.3.0", "dotenv": "^17.2.3", "env-paths": "^3.0.0", "fastify": "^5.6.2", "flowbite": "^4.0.1", "fuse.js": "^7.1.0", "header-generator": "^2.1.77", "htmx.org": "^2.0.8", "iconv-lite": "^0.7.0", "idiomorph": "^0.7.4", "jose": "^6.1.2", "jsdom": "^27.2.0", "langchain": "^1.0.6", "mime": "^4.1.0", "minimatch": "^10.1.1", "playwright": "1.56.1", "posthog-node": "^5.13.2", "psl": "^1.15.0", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-html": "^16.0.1", "semver": "^7.7.3", "sqlite-vec": "^0.1.7-alpha.2", "superjson": "^2.2.5", "tree-sitter": "^0.21.1", "tree-sitter-javascript": "^0.23.1", "tree-sitter-python": "^0.21.0", "tree-sitter-typescript": "^0.23.2", "turndown": "^7.2.2", "ws": "^8.18.3", "zod": "^4.1.12" }, "devDependencies": { "@biomejs/biome": "^2.3.7", "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.2", "@semantic-release/npm": "^13.1.2", "@tailwindcss/postcss": "^4.1.17", "@tailwindcss/vite": "^4.1.17", "@types/alpinejs": "^3.13.11", "@types/alpinejs__collapse": "~3.13.4", "@types/better-sqlite3": "^7.6.13", "@types/jsdom": "^27.0.0", "@types/lint-staged": "~13.3.0", "@types/node": "^24.10.1", "@types/node-fetch": "^2.6.13", "@types/psl": "^1.1.3", "@types/semver": "^7.7.1", "@types/turndown": "^5.0.6", "@types/ws": "^8.18.1", "autoprefixer": "^10.4.22", "flowbite-typography": "^1.0.5", "husky": "^9.1.7", "lint-staged": "^16.2.7", "memfs": "^4.51.0", "msw": "^2.12.2", "nock": "^14.0.10", "npm-run-all": "^4.1.5", "postcss": "^8.5.6", "semantic-release": "^25.0.2", "tailwindcss": "^4.1.4", "typescript": "^5.9.3", "vite": "^7.2.4", "vite-node": "^5.2.0", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4" }, "engines": { "node": ">=20.0.0" }, "overrides": { "npm": "10.9.3" }, "lint-staged": { "*.{js,ts,jsx,tsx,json,md}": [ "biome check --write --no-errors-on-unmatched", "biome format --write --no-errors-on-unmatched" ] } }

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/arabold/docs-mcp-server'

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