package.json•2.9 kB
{
"name": "@serverless-dna/mkdocs-mcp",
"version": "1.0.0",
"description": "Mkdocs Documentation MCP Server",
"main": "dist/index.js",
"bin": {
"mkdocs-mcp": "dist/index.js"
},
"files": [
"dist/",
"indexes/",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/serverless-dna/mkdocs-mcp.git"
},
"bugs": {
"url": "https://github.com/serverless-dna/mkdocs-mcp/issues"
},
"homepage": "https://github.com/serverless-dna/mkdocs-mcp#readme",
"scripts": {
"prebuild": "rimraf dist/* && pnpm lint",
"build": "node esbuild.config.js",
"postbuild": "chmod +x dist/index.js",
"test": "jest",
"lint": "eslint --config eslint.config.mjs",
"test:ci": "jest --ci --coverage",
"lint:fix": "eslint --fix --config eslint.config.mjs",
"postversion": "pnpm build",
"release": "semantic-release",
"release:dry-run": "semantic-release --dry-run",
"mcp:local": "pnpm build && npx -y @modelcontextprotocol/inspector node dist/index.js https://strandsagents.com \"search AWS Strands Agents online documentation\""
},
"keywords": [
"aws",
"lambda",
"mkdocs",
"documentation",
"mcp",
"model-context-protocol",
"llm"
],
"author": "Serverless DNA",
"license": "ISC",
"packageManager": "pnpm@10.8.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.1",
"@types/cacache": "^17.0.2",
"@types/node": "^22.14.1",
"cacache": "^19.0.1",
"cheerio": "^1.0.0",
"lunr": "^2.3.9",
"lunr-languages": "^1.14.0",
"make-fetch-happen": "^14.0.3",
"node-html-markdown": "^1.3.0",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"zod": "^3.24.3",
"zod-to-json-schema": "^3.24.5"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@jest/globals": "^29.7.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@types/jest": "^29.5.14",
"@types/lunr": "^2.3.7",
"@types/make-fetch-happen": "^10.0.4",
"@types/node-fetch": "^2.6.12",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"esbuild": "^0.25.4",
"esbuild-plugin-pino": "^2.2.2",
"eslint": "^9.25.0",
"eslint-config-prettier": "^10.1.2",
"eslint-import-resolver-typescript": "^4.3.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.4.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.3",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}