{ "name": "whats-inherited-mcp", "version": "0.1.7", "mcpName": "io.github.stcmain/whats-inherited-mcp", "description": "MCP server that shows what a checkout you did not write tells your agent to do — instruction files, hook commands wired to agent events, MCP servers it declares, and the skills and subagents it ships.", "type": "module", "bin": { "whats-inherited-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "prepare": "npm run build", "start": "node dist/index.js", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "pretest": "npm run build", "test": "node --test test/contract.test.mjs test/server.test.mjs", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "model-context-protocol", "claude", "claude-code", "agents", "supply-chain", "prompt-injection", "security", "code-review", "claude-md", "agents-md" ], "author": "Zachary Pampu ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/stcmain/whats-inherited-mcp.git" }, "homepage": "https://github.com/stcmain/whats-inherited-mcp#readme", "bugs": { "url": "https://github.com/stcmain/whats-inherited-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" } }