feat-恢复mcp模块

This commit is contained in:
evo
2026-03-07 15:53:06 +08:00
parent 6c4c661516
commit f160ec714b
43 changed files with 3718 additions and 275 deletions

View File

@@ -25,6 +25,12 @@
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel</artifactId>
</dependency>
<!-- Apache Commons Compress - 用于POI处理ZIP格式解决Excel导出时的依赖冲突 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
</dependencies>
</project>