{ "name": "@nimbus-dev/mcp", "version": "0.4.1", "mcpName": "io.github.nimbus-agent/nimbus", "description": "Launcher for the Nimbus MCP server — exposes your local Nimbus index and agents to any MCP client.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nimbus-agent/nimbus-mcp.git" }, "publishConfig": { "access": "public" }, "type": "module", "bin": { "nimbus-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "bun build src/index.ts --target node --outdir dist", "typecheck": "tsc --noEmit", "test": "bun test", "test:coverage": "bun test --coverage --coverage-reporter=lcov", "lint": "biome check ." }, "devDependencies": { "@biomejs/biome": "^2.5.11", "@types/bun": "^1.4.0", "typescript": "^7.0.2" } }