{ "name": "scopewalker-mcp", "version": "1.3.1", "description": "MCP server for codebase analysis", "mcpName": "io.github.timohaa/scopewalker-mcp", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "scopewalker-mcp": "./dist/index.js" }, "files": [ "dist", "!dist/**/*.test.*" ], "repository": { "type": "git", "url": "git+https://github.com/timohaa/scopewalker-mcp.git" }, "homepage": "https://github.com/timohaa/scopewalker-mcp#readme", "bugs": { "url": "https://github.com/timohaa/scopewalker-mcp/issues" }, "funding": { "type": "buymeacoffee", "url": "https://buymeacoffee.com/thaanpaa?utm_source=scopewalker-mcp&utm_medium=npm&utm_campaign=funding" }, "scripts": { "build": "tsc", "bundle:mcpb": "npx --yes @anthropic-ai/mcpb pack . scopewalker-mcp.mcpb", "prepublishOnly": "npm run check && npm run test && npm run build", "check": "npm run check:versions && npm run lint:fix && npm run typecheck", "check:versions": "node scripts/check-versions.mjs", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write src", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "keywords": [ "mcp", "codebase", "analysis", "tree-sitter" ], "author": "Timo Haanpää", "license": "MIT", "type": "module", "engines": { "node": ">=22" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "fast-glob": "^3.3.3", "ignore": "^7.0.5", "tree-sitter": "^0.25.0", "tree-sitter-c": "^0.24.1", "tree-sitter-cpp": "^0.23.4", "tree-sitter-go": "^0.25.0", "tree-sitter-java": "^0.23.5", "tree-sitter-javascript": "^0.25.0", "tree-sitter-python": "^0.25.0", "tree-sitter-ruby": "^0.23.1", "tree-sitter-rust": "^0.24.0", "tree-sitter-typescript": "^0.23.2", "zod": "^4.1.13" }, "overrides": { "tree-sitter": "$tree-sitter" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^24.13.4", "@typescript-eslint/eslint-plugin": "^8.70.0", "@typescript-eslint/parser": "^8.70.0", "@vitest/coverage-v8": "^5.0.1", "eslint": "^10.10.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-prettier": "^5.5.6", "markdown-table-formatter": "^1.7.0", "markdownlint-cli": "^0.49.1", "prettier": "^3.7.4", "typescript": "^6.0.3", "typescript-eslint": "^8.70.0", "vitest": "^5.0.1" }, "allowScripts": { "fsevents@2.3.3": true, "tree-sitter@0.25.1": true, "tree-sitter-c@0.24.1": true, "tree-sitter-c@0.23.6": true, "tree-sitter-cpp@0.23.4": true, "tree-sitter-go@0.25.0": true, "tree-sitter-java@0.23.5": true, "tree-sitter-javascript@0.25.0": true, "tree-sitter-javascript@0.23.1": true, "tree-sitter-python@0.25.0": true, "tree-sitter-ruby@0.23.1": true, "tree-sitter-rust@0.24.0": true, "tree-sitter-typescript@0.23.2": true, "unrs-resolver@1.12.2": true } }