MCP-CRUD-Interview-Question
If you are the rightful owner of MCP-CRUD-Interview-Question and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Spring Boot-based Model Control Protocol (MCP) server designed to manage a database of interview questions.
iqs_get_interview_questions_by_category
Retrieves interview questions filtered by a specific category.
iqs_get_interview_questions_all
Retrieves all interview questions in the database.
iqs_save_interview_question
Creates a new interview question or updates an existing one.
iqs_delete_interview_question_by_id
Deletes an interview question by its ID.
iqs_delete_all_interview_questions
Deletes all interview questions (use with caution).