Skip to content

Commit ea454af

Browse files
committed
chore: update dev server port, bump package version, and update @mcpc-tech/acp-ai-provider dependency.
1 parent 271ff01 commit ea454af

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.cursor/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"mcpServers": {
33
"dev-inspector": {
4-
"url": "http://localhost:8888/__mcp__/sse?clientId=cursor&puppetId=inspector"
4+
"url": "http://localhost:5173/__mcp__/sse?clientId=cursor&puppetId=inspector"
55
}
66
}
77
}

.vscode/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"servers": {
33
"dev-inspector": {
44
"type": "sse",
5-
"url": "http://localhost:8888/__mcp__/sse?clientId=vscode&puppetId=inspector"
5+
"url": "http://localhost:5173/__mcp__/sse?clientId=vscode&puppetId=inspector"
66
}
77
}
88
}

packages/unplugin-dev-inspector/package.json

Lines changed: 2 additions & 2 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.24",
3+
"version": "0.0.25",
44
"description": "Universal dev inspector plugin for React/Vue - inspect component sources and API calls in any bundler",
55
"type": "module",
66
"license": "MIT",
@@ -113,7 +113,7 @@
113113
"@babel/parser": "^7.28.5",
114114
"@babel/traverse": "^7.28.5",
115115
"@code-inspector/core": "^1.3.0",
116-
"@mcpc-tech/acp-ai-provider": "^0.1.31",
116+
"@mcpc-tech/acp-ai-provider": "^0.1.33",
117117
"@mcpc-tech/cmcp": "^0.0.15",
118118
"@mcpc-tech/core": "^0.3.8",
119119
"@modelcontextprotocol/sdk": "^1.20.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)