← Browse

@u14app/neo-chat

A

MCP server package neo-chat

mcp_servermcp

Install

agr install @u14app/neo-chat --target claude

This artifact does not publish files for Claude.

Document

{ "name": "neo-chat", "description": "An omni AI chat application with a clean UI and excellent performance.", "private": true, "version": "2.4.0", "license": "MIT", "packageManager": "pnpm@10.30.3", "type": "module", "scripts": { "dev": "next dev", "build": "next build", "build:worker": "opennextjs-cloudflare build", "worker:size": "node scripts/check-worker-size.mjs", "worker:dry-run": "wrangler deploy --dry-run --config wrangler.jsonc", "preview:worker": "opennextjs-cloudflare preview", "deploy:worker": "opennextjs-cloudflare deploy -- --keep-vars", "cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts", "start": "next start", "lint": "eslint", "format": "prettier --write .", "format:check": "prettier --check .", "check:imports": "node scripts/check-import-paths.mjs", "hygiene:artifacts": "node scripts/check-artifacts.mjs", "typecheck": "tsc --noEmit", "test": "vitest run", "test:e2e": "playwright test", "byok:generate": "node scripts/generate-byok-key.mjs" }, "dependencies": { "@anthropic-ai/sdk": "^0.111.0", "@automerge/automerge": "^3.3.2", "@google/genai": "^2.11.0", "@modelcontextprotocol/sdk": "^1.29.0", "@radix-ui/react-dropdown-menu": "^2.1.24", "@tanstack/react-virtual": "^3.14.7", "@xiangfa/mindmap": "^0.7.1", "aws4fetch": "^1.0.20", "browser-image-compression": "^2.0.2", "fflate": "^0.8.3", "html-to-image": "^1.11.13", "katex": "^0.18.1", "localforage": "^1.10.0", "lucide-react": "1.24.0", "mermaid": "^11.16.0", "next": "^16.2.12", "next-intl": "^4.13.1", "openai": "^6.47.0", "opfs-tools": "^0.7.4", "qrcode": "^1.5.4", "react": "^19.2.7", "react-dom": "^19.2.7", "react-markdown": "^10.1.0", "react-zoom-pan-pinch": "^4.0.3", "rehype-highlight": "^7.0.2", "rehype-katex": "^7.0.1", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "uuid": "^14.0.1", "zod": "^4.4.3", "zustand": "^5.0.14" }, "devDependencies": { "@opennextjs/cloudflare": "^1.20.1", "@playwright/test": "^1.61.1", "@tailwindcss/postcss": "^4.3.3", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "^26.1.1", "@types/qrcode": "^1.5.6", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "babel-plugin-react-compiler": "^1.0.0", "eslint": "^9.39.4", "eslint-config-next": "^16.2.10", "jsdom": "^29.1.1", "prettier": "^3.9.4", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", "vitest": "^4.1.10", "wrangler": "^4.110.0" } }

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-6a03ec7672872026-08-06