← Browse

@scopecraft/cmd

C

MCP server package @scopecraft/cmd

mcp_servermcp

Install

agr install @scopecraft/cmd --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@scopecraft/cmd", "version": "2.1.6", "description": "CLI and MCP server for managing Markdown-Driven Task Management (MDTM) files with or without Roo Commander", "type": "module", "files": [ "dist/**/", "README.md", "LICENSE" ], "bin": { "scopecraft": "dist/cli/cli.js", "sc": "dist/cli/cli.js", "scopecraft-mcp": "dist/mcp/cli.js", "sc-mcp": "dist/mcp/cli.js", "stdio": "dist/mcp/stdio-cli.js", "scopecraft-stdio": "dist/mcp/stdio-cli.js", "sc-stdio": "dist/mcp/stdio-cli.js" }, "scripts": { "build": "bun build ./src/cli/cli.ts ./src/mcp/cli.ts ./src/mcp/stdio-cli.ts --outdir ./dist --target node && chmod +x ./dist/cli/cli.js ./dist/mcp/cli.js ./dist/mcp/stdio-cli.js && cp -r src/templates dist/", "start": "bun ./src/cli/cli.ts", "start:mcp": "bun ./src/mcp/cli.ts", "start:mcp:stdio": "bun ./src/mcp/stdio-cli.ts", "dev:cli": "bun ./src/cli/cli.ts", "dev:mcp": "bun ./src/mcp/cli.ts", "dev:mcp:stdio": "bun ./src/mcp/stdio-cli.ts", "mcp:inspect": "bun x @modelcontextprotocol/inspector", "mcp:debug": "bash -c 'bun run dev:mcp & sleep 2 && bun x @modelcontextprotocol/inspector'", "mcp:debug:http": "bash -c 'bun run dev:mcp & sleep 2 && open "http://localhost:6274/#/?server=http%3A%2F%2Flocalhost%3A3500&transport=httpsse\"'", "mcp:debug:stdio": "npx @modelcontextprotocol/inspector bun run src/mcp/stdio-cli.ts", "ui:build": "cd tasks-ui && bun run build", "ui:start": "bun tasks-ui/server.ts", "ui:dev": "NODE_ENV=development PORT=8888 bun tasks-ui/server.ts & cd tasks-ui && bun run dev:ui", "ui:dev:api": "NODE_ENV=development PORT=8888 bun tasks-ui/server.ts", "ui:dev:ui": "cd tasks-ui && bun run dev:ui", "ui:deploy": "cd tasks-ui && bun run build && cd .. && bun tasks-ui/server.ts", "ui:test:api": "cd tasks-ui && bun run test:api", "lint": "biome lint .", "format": "biome format .", "format:fix": "biome format --write .", "check": "biome check .", "check:staged": "biome check --staged", "check:changed": "biome check --changed", "typecheck": "tsc --noEmit", "code-check": "bun scripts/code-check.ts", "security-check": "bun scripts/security-check.ts", "precheck": "bun scripts/release.ts precheck", "release": "bun scripts/release.ts run", "release:run": "bun scripts/release.ts run", "release:analyze": "bun scripts/release.ts analyze", "release:execute": "bun scripts/release.ts execute", "release:publish": "bun scripts/release.ts publish", "release:full": "bun scripts/release.ts full", "release:dry": "bun scripts/release.ts full --dry-run", "ci": "bun run code-check --all && bun test", "test": "bun test", "explore": "bun scripts/explore-idea.ts", "finish": "bun scripts/finish-task.ts", "storybook": "cd tasks-ui && bun run storybook", "build-storybook": "cd tasks-ui && bun run build-storybook", "prepublishOnly": "bun run build", "update-version": "bun scripts/update-cli-version.ts", "version": "bun run update-version && git add src/cli/cli.ts src/mcp/cli.ts", "publish:local": "mkdir -p ~/MCP/scopecraft && npm pack && cp scopecraft-cmd-.tgz ~/MCP/scopecraft/", "publish:npm": "npm publish", "install:local": "./scripts/install-local.sh" }, "keywords": [ "scopecraft", "command", "task", "cli", "mdtm", "mcp", "workflow", "markdown", "task-management" ], "author": "Scopecraft Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/scopecraft/command.git" }, "homepage": "https://github.com/scopecraft/command#readme", "bugs": { "url": "https://github.com/scopecraft/command/issues" }, "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" }, "preferGlobal": true, "dependencies": { "@iarna/toml": "^3.0.0", "@modelcontextprotocol/sdk": "1.11.4", "@orama/orama": "^3.1.7", "camelcase-keys": "^9.1.3", "chalk": "^5.3.0", "channelcoder": "^3.0.2", "commander": "^11.1.0", "express": "^5.1.0", "fs-extra": "^11.2.0", "gray-matter": "^4.0.3", "inquirer": "^9.2.12", "simple-git": "^3.27.0", "zod": "^3.25.10", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@secretlint/secretlint-rule-preset-recommend": "^9.3.2", "@types/express": "^5.0.1", "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.7", "@types/jest": "^29.5.11", "@types/node": "^24.0.1", "eslint": "^8.56.0", "jest": "^29.7.0", "secretlint": "^9.3.2", "ts-jest": "^29.1.1", "typescript": "^5.3.3" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }

Trustgrade C

  • 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.

  • warnPrompt injection1 hit(s): obfuscation

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

    • line 127Obscured code — eval, atob, or an encoded blob
  • 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-bc0e6b6898872026-08-06