Provides a template project for building MCP servers using Spring Boot.
This project serves as a template to facilitate the development of MCP (Multi-Cloud Platform) servers using Spring Boot. It provides a structured approach for exposing features as REST endpoints, enabling testing outside of an MCP client environment. An example `task` feature is included as a guideline, showcasing unit and integration tests to assist in building new tools and resources.
主な機能
01Spring Boot based structure
02REST endpoint exposure
03Unit and integration tests included
040 GitHub stars
05Example `task` feature
ユースケース
01Building new MCP server tools
02Creating RESTful APIs for MCP clients
03Establishing a structured project for MCP development