Skip to content

Commit 6788f56

Browse files
build: fix the updating of pluggins
1 parent 60be3e6 commit 6788f56

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

release-please-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
{
4444
"type": "json",
4545
"path": ".claude-plugin/plugin.json",
46-
"jsonpath": "mcpServers['chrome-devtools'].args[1]"
46+
"jsonpath": "mcpServers['chrome-devtools'].args[0]"
4747
},
4848
{
4949
"type": "json",
@@ -53,7 +53,7 @@
5353
{
5454
"type": "json",
5555
"path": ".cursor-plugin/plugin.json",
56-
"jsonpath": "mcpServers.[['chrome-devtools']'].args[1]"
56+
"jsonpath": "mcpServers.[['chrome-devtools']'].args[0]"
5757
},
5858
{
5959
"type": "json",
@@ -63,7 +63,7 @@
6363
{
6464
"type": "json",
6565
"path": "gemini-extension.json",
66-
"jsonpath": "mcpServers['chrome-devtools'].args[1]"
66+
"jsonpath": "mcpServers['chrome-devtools'].args[0]"
6767
},
6868
{
6969
"type": "json",
@@ -73,7 +73,7 @@
7373
{
7474
"type": "json",
7575
"path": ".github/plugin/plugin.json",
76-
"jsonpath": "mcpServers['chrome-devtools'].args[1]"
76+
"jsonpath": "mcpServers['chrome-devtools'].args[0]"
7777
}
7878
]
7979
}

0 commit comments

Comments
 (0)