- Add Vite as alternative build (vite.config.ts, scripts/vite-plugin-*)
- Add dab04af7 RSS fix (distRoot, ripgrep path, post-build)
- Pull in packages/builtin-tools/ (+354 files)
- Pull in packages/agent-tools/, mcp-client/, acp-link/, weixin/
- Copy defines.ts from upstream for Vite compatibility
- Update package.json with Vite scripts and deps
17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"name": "@claude-code-best/mcp-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"@claude-code-best/agent-tools": "workspace:*",
|
|
"lru-cache": "^10.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"p-map": "^4.0.0",
|
|
"zod": "^3.25.0"
|
|
}
|
|
}
|