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.
iqs_get_interview_questions_by_category
Search interview questions by category
iqs_get_interview_questions_all
Search all interview questions in the database
iqs_save_interview_question
Create or update interview questions
iqs_delete_interview_question_by_id
Delete the interview question
iqs_delete_all_interview_questions
Delete all interview questions (use with caution