{ "name": "@codefundi/code-fundi-mcp", "version": "0.1.4", "mcpName": "io.github.FelixWaweru/code-fundi-mcp", "description": "MCP server for CodeFundi: the codebase map and blast-radius guard for AI coding agents like Claude Code, Cursor, and Copilot.", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "fastmcp", "code-fundi", "codefundi", "codebase-map", "blast-radius", "code-intelligence", "call-graph", "dependency-graph", "code-search", "context-api", "rag", "llm-context", "ai-agent", "ai-coding-agent", "claude-code", "cursor", "github-copilot" ], "homepage": "https://codefundi.app", "bugs": { "url": "https://github.com/Code-Fundi/code-fundi-mcp/issues" }, "repository": { "type": "git", "url": "https://github.com/Code-Fundi/code-fundi-mcp" }, "license": "MIT", "author": "Code Fundi ", "type": "module", "main": "dist/index.js", "bin": { "code-fundi-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "dev": "tsx src/index.ts", "inspect": "npx fastmcp inspect src/index.ts", "typecheck": "tsc --noEmit", "test": "vitest" }, "dependencies": { "fastmcp": "^4.0.0", "zod": "^4.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^4.1.5" }, "engines": { "node": ">=20.0.0" } }