Skip to content

Commit be6b3d7

Browse files
committed
fix typo
1 parent 6cf1351 commit be6b3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/contrast/labs/ai/mcp/contrast/AssessService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public List<ApplicationData> getActiveApplications(String appName) throws IOExce
249249
}
250250

251251

252-
@Tool(name = "list__all_applications", description = "Takes no argument and list all the applications")
252+
@Tool(name = "list_all_applications", description = "Takes no argument and list all the applications")
253253
public List<ApplicationData> getActiveApplications() throws IOException {
254254
logger.info("Listing all applications");
255255
ContrastSDK contrastSDK = SDKHelper.getSDK(hostName, apiKey, serviceKey, userName);

0 commit comments

Comments
 (0)