Spring AI
byrafiq15
0Integrates Spring Boot applications with AI workflows and assistants through the Model Context Protocol (MCP).
概要
This project provides a Spring Boot application that seamlessly integrates with AI tools and assistants, such as Claude Desktop, via the Model Context Protocol (MCP). It demonstrates a Medical Care Platform (MCP) by managing patient and medical report data through JPA entities, DTOs, and Spring Data JPA repositories. The application exposes AI-enabled service methods using tool annotations, allowing AI agents to perform operations like listing patients, adding medical reports, and updating patient information, making it a robust foundation for building AI-driven enterprise applications.
主な機能
- Patient and Medical Report management using JPA entities
- Service layer with AI tool annotations for MCP integration
- RESTful application structure ready for extension
- Example data initialization for quick setup
- 0 GitHub stars
- Registers tool callbacks for AI workflow integration
ユースケース
- Develop AI-powered medical care platforms for patient and report management
- Enable AI assistants like Claude Desktop to interact with Spring Boot application data and services
- Expose custom business logic as callable tools for large language models