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-org-apache-sling-mcp-server.git

commit 8cbe5db37198b869a2e6e5f1d34feeb7197af5db
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/src/main/java/org/apache/sling/mcp/server/impl/McpServlet.java 
b/src/main/java/org/apache/sling/mcp/server/impl/McpServlet.java
index 80078df..a135157 100644
--- a/src/main/java/org/apache/sling/mcp/server/impl/McpServlet.java
+++ b/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