Files
copilotkit__copilotkit/examples/showcases/open-mcp-client/package.json
Jerel 4413987477 fix(open-mcp-client): address PR review feedback
Remove duplicate .claude/skills and .cursor/skills directories (keep
.agent/skills only), pin mcp-use to ^1.22.3, fix OpenAI model to
gpt-5.4-2026-03-05, align e2b (^2.13.0) and @modelcontextprotocol/sdk
(^1.25.2) versions across packages, replace vivek100 repo URLs with
CopilotKit/CopilotKit, fix clean script to preserve pnpm-lock.yaml,
and fix threejs-server main field to point to built output.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 08:41:57 -07:00

20 lines
421 B
JSON

{
"name": "open-mcp-client",
"private": true,
"workspaces": [
"apps/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"clean": "rm -rf node_modules apps/*/node_modules apps/*/.turbo .turbo",
"fresh": "pnpm clean && pnpm i"
},
"devDependencies": {
"eslint": "^9.39.1",
"turbo": "^2.3.3"
},
"packageManager": "pnpm@10.13.1"
}