← Browse

@webllm/renderify-monorepo

A

MCP server package renderify-monorepo

mcp_servermcp

Install

agr install @webllm/renderify-monorepo --target claude

This artifact does not publish files for Claude.

Document

{ "name": "renderify-monorepo", "version": "0.0.1", "private": true, "description": "A dynamic web framework powered by LLM", "main": "index.js", "scripts": { "preinstall": "node scripts/ensure-pnpm.js", "build": "turbo run build:repo", "build:repo": "pnpm -r --filter "./packages/" run build:repo", "artifacts:smoke": "node scripts/smoke-package-artifacts.mjs", "validate": "turbo run validate:repo", "validate:repo": "node scripts/validate-package-metadata.mjs", "typecheck": "turbo run typecheck:repo", "typecheck:repo": "tsc -b tsconfig.build.json --pretty false", "lint": "turbo run lint:repo", "lint:repo": "biome lint .", "format": "biome format --write .", "format:check": "biome format .", "unit": "turbo run unit:repo", "unit:repo": "tsx --test "tests/.test.ts"", "compat": "turbo run compat:repo", "compat:repo": "tsx --test tests/runtime-jspm.test.ts", "e2e": "turbo run e2e:repo", "e2e:repo": "tsx --test "tests/e2e/**/.test.ts"", "bench": "turbo run bench:repo", "bench:repo": "tsx tests/bench/runtime.bench.ts", "bench:ci": "node --import tsx scripts/run-benchmark-ci.mjs", "test": "pnpm run typecheck && pnpm run unit", "test:all": "pnpm run test && pnpm run e2e", "clean": "turbo run clean:repo", "clean:repo": "node scripts/clean-build-artifacts.mjs --repo", "dev": "pnpm -r --parallel --filter "./packages/" run watch:repo", "watch": "pnpm -r --parallel --filter "./packages/" run watch:repo", "cli": "tsx packages/cli/src/index.ts", "playground": "node --env-file-if-exists=.env --import tsx packages/cli/src/index.ts playground", "website:dev": "pnpm --filter @renderify/website dev", "website:build": "pnpm --filter @renderify/website build", "website:typecheck": "pnpm --filter @renderify/website typecheck", "website:preview": "pnpm --filter @renderify/website preview", "changeset": "changeset", "changeset:check": "node scripts/check-changeset.mjs", "version-packages": "changeset version", "release": "changeset publish", "prepare": "husky", "commit": "cz" }, "author": "unadlib", "license": "MIT", "devDependencies": { "@biomejs/biome": "^2.5.3", "@changesets/changelog-github": "^0.7.0", "@changesets/cli": "^2.31.0", "@modelcontextprotocol/ext-apps": "^1.7.4", "@modelcontextprotocol/sdk": "^1.29.0", "@types/node": "^26.1.1", "commitizen": "^4.3.2", "cz-conventional-changelog": "^3.3.0", "esbuild": "^0.28.1", "husky": "^9.1.7", "lint-staged": "^17.0.8", "playwright": "^1.61.1", "preact": "^10.29.7", "tinybench": "^6.0.2", "tsup": "^8.5.0", "tsx": "^4.23.0", "turbo": "^2.10.4", "typescript": "^7.0.2", "zod": "^4.4.3" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "packageManager": "pnpm@10.29.3", "engines": { "node": ">=22.0.0", "pnpm": ">=10.29.3" }, "pnpm": { "overrides": { "ajv": "8.20.0", "brace-expansion": "1.1.14", "esbuild": "0.28.1", "fast-uri": "3.1.2", "lodash": "4.18.1", "minimatch": "3.1.5", "rollup": "4.60.3", "tmp": "0.2.5" }, "packageExtensions": { "tsup@8.5.1": { "optionalDependencies": { "typescript": "6.0.3" } } }, "onlyBuiltDependencies": [ "esbuild" ] }, "lint-staged": { ".{js,cjs,mjs,ts,tsx,json,md,yml,yaml}": "biome check --write --files-ignore-unknown=true --no-errors-on-unmatched" } }

Trustgrade A

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

  • passLicense

    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-cbe0883b93e92026-08-06