Skip to content

Commit 271ff01

Browse files
committed
fix(acp): update cursor agent package name
1 parent fa0722c commit 271ff01

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

packages/unplugin-dev-inspector/client/constants/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const AVAILABLE_AGENTS: Agent[] = [
6565
{
6666
name: "Cursor Agent",
6767
command: "npx",
68-
args: ["cursor-agent-acp"],
68+
args: ["@blowmage/cursor-agent-acp"],
6969
env: [],
7070
meta: {
7171
icon: svgToDataUri(AGENT_ICONS.cursor),

packages/unplugin-dev-inspector/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpc-tech/unplugin-dev-inspector-mcp",
3-
"version": "0.0.21",
3+
"version": "0.0.24",
44
"description": "Universal dev inspector plugin for React/Vue - inspect component sources and API calls in any bundler",
55
"type": "module",
66
"license": "MIT",
@@ -164,7 +164,9 @@
164164
"tokenlens": "^1.3.1",
165165
"unplugin": "^2.3.10",
166166
"use-stick-to-bottom": "^1.1.1",
167-
"zod": "^3.24.1"
167+
"@vue/compiler-sfc": "^3.5.25",
168+
"zod": "^3.24.1",
169+
"svelte": "^5.45.8"
168170
},
169171
"devDependencies": {
170172
"@babel/types": "^7.28.5",
@@ -173,17 +175,15 @@
173175
"@types/node": "^24.7.2",
174176
"@types/react": "^19.2.2",
175177
"@types/react-dom": "^19.2.2",
176-
"@vue/compiler-sfc": "^3.5.25",
177178
"esbuild": "^0.25.11",
178179
"oxfmt": "^0.17.0",
179180
"oxlint": "^1.32.0",
180181
"postcss": "^8.5.6",
181-
"svelte": "^5.45.8",
182182
"tailwindcss": "^4.1.14",
183183
"tsdown": "^0.15.6",
184184
"typescript": "^5.9.3"
185185
},
186186
"publishConfig": {
187187
"access": "public"
188188
}
189-
}
189+
}

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)