e30e75b5d4
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
Changesets / Create Version PR (push) Has been cancelled
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"name": "@assistant-ui/mcp-docs-server",
|
|
"version": "0.1.38",
|
|
"description": "MCP server for assistant-ui documentation and examples",
|
|
"keywords": [
|
|
"mcp",
|
|
"model-context-protocol",
|
|
"assistant-ui",
|
|
"documentation",
|
|
"ai",
|
|
"claude"
|
|
],
|
|
"author": "AgentbaseAI Inc.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"bin": {
|
|
"assistant-ui-mcp": "./dist/stdio.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
".docs",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"prepare-docs": "node ./dist/prepare-docs/prepare.js",
|
|
"build": "aui-build && pnpm prepare-docs",
|
|
"dev": "tsx src/stdio.ts",
|
|
"pretest": "pnpm build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"gray-matter": "^4.0.3",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
"@types/node": "^26.1.1",
|
|
"tsx": "^4.23.0",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"homepage": "https://www.assistant-ui.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/assistant-ui/assistant-ui.git",
|
|
"directory": "packages/mcp-docs-server"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/assistant-ui/assistant-ui/issues"
|
|
}
|
|
}
|