@tencentblueking/chat-x
MCP server package @blueking/chat-x
Install
agr install @tencentblueking/chat-x --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@blueking/chat-x", "version": "0.0.47-beta.5", "description": "蓝鲸智云 AI Chat 组件库 —— 遵循 AG-UI,为 AI Agent 和人类开发者共同设计的对话 UI 组件库。", "main": "index.js", "scripts": { "prepublishOnly": "vite --config vite.config.ts build && pnpm dts && pnpm mcp:build", "dev": "vite --config vite.config.ts", "dts": "vue-tsc --project tsconfig.dts.json", "build": "vitest && vite --config vite.config.ts build && pnpm dts", "preview": "vite --config vite.config.ts build --mode preview && pnpm dts", "lint:script": "eslint . --ext .vue,.ts --fix", "lint:style": "stylelint "**/.{scss,css,vue}" --fix", "lint:all": "pnpm lint:script && pnpm lint:style", "test": "vitest", "test:coverage": "vitest run --coverage", "wiki:dev": "vitepress dev wikis", "wiki:build": "vitepress build wikis", "mcp:build:index": "tsx mcp/scripts/build-index.ts", "mcp:build": "tsc -p mcp/tsconfig.json && pnpm mcp:build:index", "mcp:start": "node dist/mcp/index.js", "mcp:dev": "tsx mcp/src/index.ts" }, "bin": { "chat-x-mcp": "dist/mcp/index.js" }, "module": "dist/index.js", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "exports": { ".": "./dist/index.js", "./dist/index.js": "./dist/index.js", "./dist/index.d.ts": "./dist/index.d.ts", "./dist/": "./dist/" }, "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "keywords": [], "author": "Tencent BlueKing", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TencentBlueKing/bk-aidev-agent.git", "directory": "src/frontend/ai-blueking/packages/chat-x" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "bkui-vue": "2.0.2-beta.81", "dompurify": "^3.3.1", "highlight.js": "^11.11.1", "katex": "^0.16.27", "lodash": "^4.17.21", "markdown-it-footnote": "^4.0.0", "markdown-it-ins": "^4.0.0", "markdown-it-mark": "^4.0.0", "markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0", "markdown-it-task-checkbox": "^1.0.6", "mermaid": "^11.12.2", "tippy.js": "^6.3.7", "vue": "^3.5.24", "vue-tippy": "^6.7.1", "zod": "^4.3.6" }, "devDependencies": { "@blueking/chat-helper": "workspace:", "@types/katex": "^0.16.7", "@types/lodash": "^4.17.23", "@types/markdown-it": "^14.1.2", "@vitejs/plugin-vue": "^6.0.1", "@vitest/coverage-v8": "^4.0.18", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.9.0", "bkui-vue": "latest", "echarts": "^6.0.0", "entities": "^8.0.0", "glob": "^13.0.6", "gray-matter": "^4.0.3", "happy-dom": "^20.3.7", "json-schema-to-ts": "^3.1.1", "less": "^4.4.2", "linkify-it": "^5.0.0", "mdurl": "^2.0.0", "monaco-editor": "^0.55.1", "oxc-minify": "^0.121.0", "postcss": "^8.5.9", "punycode.js": "^2.3.1", "sass-embedded": "^1.93.3", "tsx": "^4.21.0", "uc.micro": "^2.1.0", "vite": "^8.0.2", "vite-bundle-analyzer": "^1.3.2", "vitepress": "2.0.0-alpha.16", "vitest": "^4.0.18", "vue-tsc": "^3.1.4" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-b2218dfa572f2026-08-05