From ab8e933ad4c0299ea1c0d8811b32bf3df50cf6b7 Mon Sep 17 00:00:00 2001 From: margie1a <4987kk@naver.com> Date: Mon, 16 Feb 2026 21:12:37 +0900 Subject: [PATCH] Add Spring Boot Swagger MCP to AI section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9b442ce..92076dab 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ _Frameworks that help you to leverage LLMs and AI._ - [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk) - Enables applications to interact with AI models and tools through a standardized interface (i.e. Model Context Protocol), supporting both synchronous and asynchronous communication patterns. - [simple-openai](https://github.com/sashirestela/simple-openai) - Library to use the OpenAI API (and compatible ones) in the simplest possible way. - [Spring AI](https://spring.io/projects/spring-ai) - Application framework for AI engineering for Spring. +- [Spring Boot Swagger MCP](https://github.com/Neo1228/spring-boot-starter-swagger-mcp) - Automatically turn any Spring Boot application into an MCP server by reusing existing Swagger/OpenAPI documentation. ### Bean Mapping