rombert commented on PR #276:
URL: https://github.com/apache/sling-site/pull/276#issuecomment-4499962337
Draft until the bundles are released. In the meantime, the following command
can be used for testing the MCP functionality:
```
docker run --rm -p 8080:8080 \
-v "$HOME/.m2/repository:/opt/sling/m2repo:ro" \
apache/sling:snapshot oak_tar \
--extra-features
mvn:org.apache.sling/org.apache.sling.mcp-server/0.1.3-SNAPSHOT/slingosgifeature/main
mvn:org.apache.sling/org.apache.sling.mcp-server-contributions/0.1.0-SNAPSHOT/slingosgifeature/main
```
This requires the latest changes pushed today, so a `docker pull` may be
needed if the Sling Starter Docker image was recently built locally.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]