Enables AI-powered interaction with Confluence Cloud through a Spring Boot-based Model Context Protocol server.
This Spring Boot AI-powered server facilitates interaction with Confluence Cloud using the Model Context Protocol (MCP). It exposes document management operations such as listing spaces and creating documents as callable tools via the `@Tool` annotation, making it easy to integrate Confluence with AI-driven workflows. The server leverages Spring AI's `ToolCallbackProvider` for seamless tool registration and is compatible with any MCP client, including the Claude desktop app, enabling easy testing and integration.