Skip to content

Commit f995b57

Browse files
authored
fix: mcp-bridge test cases (#12761)
1 parent 00f18aa commit f995b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/plugin/mcp-bridge.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ property "args" validation failed: wrong type: expected array, got string
7171
"plugins": {
7272
"mcp-bridge": {
7373
"base_uri": "/mcp",
74-
"command": "npx",
75-
"args": ["-y", "@modelcontextprotocol/[email protected]", "/"]
74+
"command": "pnpm",
75+
"args": ["dlx", "@modelcontextprotocol/[email protected]", "/"]
7676
}
7777
},
7878
"uri": "/mcp/*"

0 commit comments

Comments
 (0)