Spec2Tool is a microservice in the GroMoKoSo ecosystem. Its primary task is to convert API specifications (e.g., OpenAPI documents) into MCP tool definitions that can be consumed by the MCP server.
This service enables seamless integration of external APIs into the GroMoKoSo tool layer without manual specification work.
To build the complete GroMoKoSo System, please visit the Gromokoso-Meta Repository.
- Java 17+
- Maven
- Spring Boot
mvn clean install
mvn spring-boot:run