{ "name": "llm-wiki-mcp-server", "version": "0.4.25", "description": "MCP server for LLM Wiki local API", "type": "module", "main": "dist/src/index.js", "bin": { "llm-wiki-mcp": "dist/src/index.js" }, "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "start": "node dist/src/index.js", "test": "npm run build && node --test dist/test/*.test.js" }, "engines": { "node": ">=20" }, "keywords": [ "mcp", "llm-wiki", "knowledge-base" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.7.3" } }