kwin commented on code in PR #16: URL: https://github.com/apache/sling-org-apache-sling-mcp-server/pull/16#discussion_r2989348365
########## README.md: ########## @@ -32,6 +32,20 @@ the configuration can look as follows Please refer to the documentation of your coding assistant tool for details on how to add a remote MCP server and specify authentication headers. +## Deployment + +The [src/main/features/main.json](src/main/features/main.json) files contains bundles and configurations that are required for deploying +on top of the version of the Sling Starter defined in [pom.xml](pom.xml). + +This file is intended mostly for local development but can also be used as a blueprint for including the bundle +in Sling Starter based deployments. + +To obtain a ready to use target file: + +- build the project with `mvn package` +- copy the file `target/slingfeature-tmp/main.json` to your own project +- adjust the metadata from the feature file as needed ( id, title, etc ) + ## Legacy artifact For applications still using the older slf4j 1.x and javax.servlet APIs a classifier with the 'legacy' classifier is built. Review Comment: ```suggestion For applications still using the older slf4j 1.x and javax.servlet APIs a bundle with the 'legacy' classifier is built. ``` -- 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]
