Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fix version on mcp server tester - @alocay PR #374

Add a specific version when calling the mcp-server-tester for e2e tests. The current latest (1.4.1) as an issue so to avoid problems now and in the future updating the test script to invoke the testing tool via specific version.
2 changes: 1 addition & 1 deletion e2e/mcp-server-tester/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ safe_dir="${safe_dir//|/\\|}"
sed "s|<test-dir>|$safe_dir|g" "$TEMPLATE_PATH" > "$GEN_CONFIG"

# Run the command
npx -y mcp-server-tester tools "$TESTS" --server-config "$GEN_CONFIG"
npx -y mcp-server-tester@1.4.0 tools "$TESTS" --server-config "$GEN_CONFIG"