Skip to content

Commit a3c9304

Browse files
authored
Update ExampleUsage.java
1 parent 9c97a6d commit a3c9304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/ExampleUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static void main(String[] args) {
4444
// FOR PRODUCTION (Cloud Run): Comment out the 'keyPath' logic and use ADC directly.
4545
// --------------------------------------------------------------------------------
4646

47-
// String keyPath = "/YOUR_CREDENTIALS_JSON_FILE_PATH.json";
47+
String keyPath = "YOUR_CREDENTIALS_JSON_FILE_PATH.json";
4848

4949
System.out.println("--- Starting MCP Toolbox Integration Test ---");
5050
System.out.println("Target Server: " + targetUrl);

0 commit comments

Comments
 (0)