{ "name": "@praveenc/llmstxt-doc-search", "version": "0.1.0", "mcpName": "io.github.praveenc/llmstxt-doc-search", "description": "BM25 search over llms.txt doc indexes (Strands, Kiro, AWS); sources addable at runtime.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "llmstxt-doc-search": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "inspect:dev": "npx @modelcontextprotocol/inspector npx tsx src/index.ts", "test": "LLMSTXT_REGISTRY_PATH=/tmp/llmstxt-test-sources.json vitest run", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "model-context-protocol", "llms.txt", "documentation", "search", "bm25", "aws", "strands", "kiro" ], "author": "praveenc", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/praveenc/llmstxt-doc-search.git" }, "homepage": "https://github.com/praveenc/llmstxt-doc-search#readme", "bugs": { "url": "https://github.com/praveenc/llmstxt-doc-search/issues" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ipaddr.js": "^2.2.0", "natural": "^8.0.1", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^2.1.0" } }