Skip to content

Commit 7141924

Browse files
committed
Fix a failing test
1 parent 7c2b761 commit 7141924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/scripts/cli-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ async function runTests() {
680680
// Test 26: HTTP transport with explicit --transport http flag
681681
await runBasicTest(
682682
"http_transport_with_explicit_flag",
683-
"http://127.0.0.1:3001",
683+
"http://127.0.0.1:3001/mcp",
684684
"--transport",
685685
"http",
686686
"--cli",

0 commit comments

Comments
 (0)