From 9b32e3b3b226723cd43bfa37026e1e4487f6ef69 Mon Sep 17 00:00:00 2001 From: ageer <ageerle@163.com> Date: 星期六, 12 四月 2025 10:08:51 +0800 Subject: [PATCH] feat: mcp支持 --- ruoyi-modules/ruoyi-chat/pom.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-chat/pom.xml b/ruoyi-modules/ruoyi-chat/pom.xml index 2a14fb1..5749f4e 100644 --- a/ruoyi-modules/ruoyi-chat/pom.xml +++ b/ruoyi-modules/ruoyi-chat/pom.xml @@ -114,6 +114,20 @@ <artifactId>ruoyi-system-api</artifactId> </dependency> + <dependency> + <groupId>org.springframework.ai</groupId> + <artifactId>spring-ai-core</artifactId> + <version>1.0.0-M6</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.springframework.ai</groupId> + <artifactId>spring-ai-ollama</artifactId> + <version>1.0.0-M6</version> + <scope>compile</scope> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3