@icqqjs/cli
BMCP server package @icqqjs/cli
Install
agr install @icqqjs/cli --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@icqqjs/cli", "version": "1.10.2", "description": "基于 icqq 的命令行 QQ 客户端", "type": "module", "main": "dist/cli.js", "bin": { "icqq": "./dist/cli.js" }, "files": [ "dist" ], "exports": { ".": "./dist/cli.js", "./ipc-client": "./dist/lib/ipc-client.js", "./protocol": "./dist/daemon/protocol.js", "./json-line-framing": "./dist/lib/json-line-framing.js", "./mcp/action-contract": "./dist/mcp/action-contract.js", "./mcp/exposure-contract": "./dist/mcp/exposure-contract.js", "./mcp/policy": "./dist/mcp/policy.js", "./paths": "./dist/lib/paths.js", "./config": "./dist/lib/config.js", "./daemon/supervisor": "./dist/daemon/supervisor.js", "./daemon/login-actions": "./dist/daemon/login-actions.js" }, "scripts": { "build": "tsdown", "typecheck": "tsc --noEmit", "start": "node dist/cli.js", "clean": "node --eval "fs.rmSync('dist', { recursive: true, force: true })"", "test": "vitest run", "test:coverage": "vitest run --coverage", "generate:skill-map": "node --experimental-strip-types scripts/generate-skill-mcp-map.ts", "prepublishOnly": "npm run typecheck && npm run build" }, "keywords": [ "qq", "icqq", "cli" ], "repository": { "type": "git", "url": "https://github.com/icqqjs/packages.git", "directory": "packages/cli" }, "author": { "name": "凉菜", "email": "admin@liucl.cn" }, "engines": { "node": ">=22" }, "license": "ISC", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "packageManager": "pnpm@9.0.2", "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^25.5.0", "@types/pngjs": "^6.0.5", "@types/react": "^19.0.0", "@vitest/coverage-v8": "^4.1.3", "react-test-renderer": "^19.0.0", "tsdown": "^0.21.7", "typescript": "^6.0.2", "vitest": "^4.1.3" }, "dependencies": { "@inkjs/ui": "^2.0.0", "@modelcontextprotocol/sdk": "^1.29.0", "express": "^5.2.1", "ink": "^6.0.0", "pastel": "^4.0.0", "pngjs": "^7.0.0", "react": "^19.0.0", "zod": "^4.3.6" }, "peerDependencies": { "@icqqjs/icqq": "^1.10.18" }, "peerDependenciesMeta": { "@icqqjs/icqq": { "optional": true } } }
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-310dd0c834252026-08-06