MCP-CRUD-Interview-Question
0
The project is a Spring Boot-based MCP server that manages a database of interview questions. It leverages Spring AI for tool-based interaction with data and offers features like category filtering and CRUD operations for questions.
Overview
This project serves as an MCP (Model Control Protocol) server built with Spring Boot and Spring AI. It provides a service for managing interview questions through tool-based interactions, making it easy to retrieve, create, update, and delete interview questions from a database.
Features
- Interview Question Management: Create, read, update, and delete interview questions
- Category-based Filtering: Retrieve questions by specific categories
- Tool-based API: Spring AI's tool annotations for easy integration
- MySQL Database Integration: Persistence for interview questions