mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-17 22:03:39 +00:00
为MCP服务器添加文件操作、图片搜索、PlantUML生成、网页搜索、终端命令、文档解析等实用功能
This commit is contained in:
@@ -7,4 +7,15 @@ spring:
|
||||
name: ruoyi-mcp-serve
|
||||
version: 1.0.0
|
||||
|
||||
# 工具配置
|
||||
tools:
|
||||
pexels:
|
||||
api-key: your-pexels-api-key #key获取地址: https://www.pexels.com/zh-cn/api/key
|
||||
api-url: https://api.pexels.com/v1/search
|
||||
tavily:
|
||||
api-key: your-tavily-api-key #key获取地址: https://app.tavily.com/home
|
||||
base-url: https://api.tavily.com/search
|
||||
file:
|
||||
save-dir: ./tmp
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user