← Browse

@factory-ai/droid-sdk

B

MCP server package @factory/droid-sdk

mcp_servermcp

Install

agr install @factory-ai/droid-sdk --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@factory/droid-sdk", "version": "0.6.0", "private": false, "description": "TypeScript SDK for the Factory Droid CLI", "keywords": [ "factory", "droid", "cli", "ai", "agent", "sdk" ], "license": "Apache-2.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./protocol": { "import": { "types": "./dist/protocol/index.d.ts", "default": "./dist/protocol/index.js" }, "require": { "types": "./dist/protocol/index.d.cts", "default": "./dist/protocol/index.cjs" } } }, "files": [ "dist", "docs", "examples", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "prepack": "npm run build", "typecheck": "tsc --noEmit", "typecheck:examples": "tsc --noEmit -p tsconfig.examples.json", "test": "vitest run", "test:coverage": "vitest run --coverage", "lint": "eslint src/ tests/ examples/", "fix": "eslint --fix src/ tests/ examples/", "format": "prettier --write .", "format:check": "prettier --check ." }, "repository": { "type": "git", "url": "git+https://github.com/Factory-AI/droid-sdk-typescript.git" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "uuid": "^11.1.0", "ws": "^8.21.0", "zod": "^3.24.0" }, "devDependencies": { "@eslint/js": "^9.39.4", "@types/node": "^22.15.0", "@types/uuid": "^10.0.0", "@types/ws": "^8.18.1", "@vitest/coverage-v8": "^3.1.0", "eslint": "^9.24.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-unused-imports": "^4.4.1", "prettier": "^3.8.1", "tsup": "^8.4.0", "tsx": "^4.23.1", "typescript": "^5.8.0", "typescript-eslint": "^8.57.2", "vitest": "^3.1.0" }, "homepage": "https://github.com/Factory-AI/droid-sdk-typescript#readme", "bugs": { "url": "https://github.com/Factory-AI/droid-sdk-typescript/issues" } }

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-378eef9d28802026-08-06