Demonstrates implementing Server-Sent Events (SSE) and Model Context Protocol (MCP) tooling with Spring Boot for real-time data streaming and AI integration.
This project serves as a practical Spring Boot example showcasing the implementation of Server-Sent Events (SSE) alongside the Model Context Protocol (MCP). It provides a hands-on demonstration of how to expose traditional REST endpoints as well as AI-consumable tools (like a `UserService`) using Spring AI MCP Server, facilitating real-time data streaming and event-driven architecture in Java applications. This setup allows for seamless integration with AI clients such as VS Code Copilot, enabling robust AI-driven interactions with backend services.