mcp-server-spring-java
2
This project is a Model Context Protocol server built with Spring Boot and Java 21. It provides user management tools and supports various communication modes, integrating with external APIs for data handling.
getAllUsers
Get all users (with paging)
getAllUsersDefault
Get all users (default pagination)
getUserById
Get a single user through ID
searchUsers
Search for users by query
addUser
Add new users
updateUser
Update users
deleteUser
Delete users