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
Then build and deploy the MCP server contributions bundle from the Sling Whiteboard:
$ mvn -f whiteboard/mcp-server-contributions/ install sling:install
Then open up your coding assistant tool and add an remote MCP server with location http://localhost:8080/mcp .
For applications still using the older slf4j 1.x and javax.servlet APIs a classifier with the ‘legacy’ classifier is built.