mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
4413987477
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>
20 lines
421 B
JSON
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"
|
|
}
|