what is LLM SSE MCP Demo 2025?
LLM SSE MCP Demo 2025 is a project that demonstrates the integration between LLM clients and MCP (Model Context Protocol) servers using Server-Sent Events (SSE) for real-time communication. It showcases two Spring Boot applications that enable tool calling capabilities with various LLM models.
how to use LLM SSE MCP Demo 2025?
To use the demo, start the MCP server and the LLM client in the specified order, then access the chat interface via a web browser at http://localhost:9090. You can send messages that require mathematical operations or time queries.
key features of LLM SSE MCP Demo 2025?
- MCP Server: Provides mathematical and date/time tools via SSE endpoints.
- Math Tools: Includes addition and multiplication operations.
- DateTime Tools: Allows current time retrieval and alarm setting.
- Multiple LLM Support: Integrates with various LLM providers like Anthropic Claude, OpenAI GPT, Google Gemini, and Ollama.
- Interactive Web Chat: Real-time chat interface for user interaction.
use cases of LLM SSE MCP Demo 2025?
- Performing mathematical calculations through chat queries.
- Retrieving current date and time based on user timezone.
- Setting alarms for specific times using natural language.
FAQ from LLM SSE MCP Demo 2025?
- Can I use my own LLM models?
Yes! You can integrate your own LLM models by setting up the necessary API keys and configurations.
- What technologies are used in this project?
The project uses Spring Boot, Spring AI, Model Context Protocol (MCP), and Server-Sent Events (SSE) for real-time communication.