sse mcp客户端

This commit is contained in:
wuchunlei
2025-07-08 15:52:15 +08:00
parent eb7d1b5db8
commit 073b1cf309
4 changed files with 57 additions and 4 deletions

View File

@@ -62,8 +62,13 @@
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Spring AI MCP 客户端 -->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-mcp-client</artifactId>
</dependency>
<!-- Spring AI openai-->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-model-openai</artifactId>