Skip to content

Commit 5b75be1

Browse files
authored
Fix apex tests tool name in readme for mcp json example. (#272)
1 parent 13569d9 commit 5b75be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here's an example for VS Code with Copilot in which you create and update a `.vs
4141
"args": ["-y", "@salesforce/mcp",
4242
"--orgs", "DEFAULT_TARGET_ORG",
4343
"--toolsets", "orgs,metadata,data,users",
44-
"--tools", "run_apex_tests",
44+
"--tools", "run_apex_test",
4545
"--allow-non-ga-tools"]
4646
}
4747
}

0 commit comments

Comments
 (0)