This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 8aed44f4 chore(mcp): remove references to specific tools - part 2
8aed44f4 is described below

commit 8aed44f4a25cb3c8329246c74122571792bef51e
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Jan 14 14:48:17 2026 +0100

    chore(mcp): remove references to specific tools - part 2
---
 .../org/apache/sling/mcp/server/impl/contribs/LogToolContribution.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mcp-server-contributions/src/main/java/org/apache/sling/mcp/server/impl/contribs/LogToolContribution.java
 
b/mcp-server-contributions/src/main/java/org/apache/sling/mcp/server/impl/contribs/LogToolContribution.java
index 2cdc8ab9..b2fd0b68 100644
--- 
a/mcp-server-contributions/src/main/java/org/apache/sling/mcp/server/impl/contribs/LogToolContribution.java
+++ 
b/mcp-server-contributions/src/main/java/org/apache/sling/mcp/server/impl/contribs/LogToolContribution.java
@@ -87,7 +87,7 @@ public class LogToolContribution implements 
McpServerContribution {
 
         return List.of(new SyncToolSpecification(
                 Tool.builder()
-                        .name("aem-logs")
+                        .name("logs")
                         .description("Retrieve logs with optional filtering. "
                                 + "Supports filtering by regex pattern, log 
level (ERROR, WARN, INFO, DEBUG, TRACE), "
                                 + "and maximum number of entries. Returns most 
recent logs first.")

Reply via email to