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 4ca19fbd chore(mcp-server): serve from /bin/mcp, follow existing 
conventions
4ca19fbd is described below

commit 4ca19fbda81354924cf28fc94c7e5f693c7cffc1
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Dec 3 14:14:54 2025 +0100

    chore(mcp-server): serve from /bin/mcp, follow existing conventions
---
 .../src/main/java/org/apache/sling/mcp/server/impl/McpServlet.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mcp-server/src/main/java/org/apache/sling/mcp/server/impl/McpServlet.java 
b/mcp-server/src/main/java/org/apache/sling/mcp/server/impl/McpServlet.java
index 80078dfe..a1351572 100644
--- a/mcp-server/src/main/java/org/apache/sling/mcp/server/impl/McpServlet.java
+++ b/mcp-server/src/main/java/org/apache/sling/mcp/server/impl/McpServlet.java
@@ -70,7 +70,7 @@ import org.osgi.service.component.annotations.Deactivate;
 @SlingServletPaths(value = {McpServlet.ENDPOINT})
 public class McpServlet extends SlingJakartaAllMethodsServlet {
 
-    static final String ENDPOINT = "/mcp";
+    static final String ENDPOINT = "/bin/mcp";
     private static final long serialVersionUID = 1L;
     private static final MethodHandles.Lookup LOOKUP = MethodHandles.lookup();
 

Reply via email to