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
The following commit(s) were added to refs/heads/master by this push:
new cac4009 chore: fix launch documentation
cac4009 is described below
commit cac40094ec7417f6eb3542fc8a009790de379cb7
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue May 12 17:22:57 2026 +0200
chore: fix launch documentation
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 775a23a..709d4b8 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Experimental MCP Server implementation for Apache Sling.
Build the project with Maven and start up the MCP server, based on the Apache
Sling Starter:
```
-$ mvn install feature-launcher:start feature-launcher:stop
-Dfeature-launcher.waitForInput
+$ mvn install feature-launcher:start feature-launcher:stop
-Dfeature-launcher.waitForInput -Dhttp.port=8080
```
Then build and deploy the [MCP server contributions
bundle](https://github.com/apache/sling-org-apache-sling-mcp-server-contributions):