{ "name": "mcp-digger", "version": "1.1.3", "mcpName": "io.github.janeksm/mcp-digger", "description": "MCP server giving AI coding agents progressive, on-demand access to .NET C# NuGet package source code.", "type": "module", "license": "MIT", "author": "Janeks Malinovskis", "repository": { "type": "git", "url": "git+https://github.com/janeksm/mcp-digger.git" }, "homepage": "https://github.com/janeksm/mcp-digger#readme", "bugs": { "url": "https://github.com/janeksm/mcp-digger/issues" }, "keywords": [ "mcp", "mcp-server", "claude", "dotnet", "nuget", "csharp", "source-code" ], "main": "./dist/index.js", "bin": { "mcp-digger": "./dist/index.js" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "!dist/testHelpers.*", "server.json" ], "publishConfig": { "access": "public", "provenance": true }, "engines": { "node": ">=20" }, "scripts": { "prebuild": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"", "build": "tsc", "typecheck": "tsc --noEmit", "lint": "eslint src/", "test": "vitest run", "test:watch": "vitest", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "version": "node scripts/sync-server-json.mjs && git add server.json", "prepublishOnly": "npm run typecheck && npm run lint && npm test && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^22.10.0", "eslint": "^10.2.0", "typescript": "^5.7.0", "typescript-eslint": "^8.58.2", "vitest": "^3.2.0" } }