{ "name": "slimdex-mcp", "version": "1.1.0", "mcpName": "io.github.Siddhukaushik/slimdex-mcp", "description": "A local MCP server for narrow code retrieval: outlines, symbol context, a dependency graph, and persistent memory instead of whole-file reads.", "type": "module", "keywords": [ "mcp", "model-context-protocol", "claude", "coding-agent", "tokens", "code-intelligence", "llm" ], "homepage": "https://github.com/Siddhukaushik/slimdex-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/Siddhukaushik/slimdex-mcp.git" }, "bin": { "slimdex-mcp": "dist/index.js" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "dist", "scripts/" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "vitest run", "smoke": "npm run build && node smoke-test.mjs", "prepublishOnly": "npm run build && npm test", "audit": "node scripts/audit-coverage.mjs", "pretest": "npm run build", "audit:corpus": "npm run build && node scripts/corpus-audit.mjs", "install-hook": "node scripts/install-hook.mjs", "gravity": "node scripts/gravity-report.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0", "vitest": "^4.1.10" }, "license": "MIT", "overrides": { "@emnapi/core": "1.11.2", "@emnapi/runtime": "1.11.2", "@hono/node-server": "^2.0.5" } }