File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ MaxKB Toolstore 主要接收以下类型的工具:
2525每个工具需要按照以下目录结构组织:
2626
2727```
28- your-app /
28+ your-tool /
2929├── data.yaml # 工具配置文件
3030├── logo.png # 工具图标 (建议 32x32px)
3131├── README.md # 工具说明文档
@@ -73,7 +73,7 @@ description: 工具详细描述,说明功能和用途
73733. **结果格式化**:返回结构化的搜索结果
74744. **错误处理**:完善的异常处理机制
7575
76- 示例参考:`apps /metaso/` 目录
76+ 示例参考:`tools /metaso/` 目录
7777
7878# ## 数据库查询类工具开发
7979
@@ -84,7 +84,7 @@ description: 工具详细描述,说明功能和用途
84843. **结果处理**:数据格式转换和优化
85854. **安全性**:SQL 注入防护等安全措施
8686
87- 示例参考:`apps /mongo/` 目录
87+ 示例参考:`tools /mongo/` 目录
8888
8989# # 📦 提交流程
9090
@@ -94,11 +94,11 @@ description: 工具详细描述,说明功能和用途
9494
9595# ## 2. 创建工具目录
9696
97- 在 `apps /` 目录下创建您的工具目录:
97+ 在 `tools /` 目录下创建您的工具目录:
9898
9999` ` ` bash
100- mkdir apps /your-app -name
101- cd apps /your-app -name
100+ mkdir tools /your-tool -name
101+ cd tools /your-tool -name
102102` ` `
103103
104104# ## 3. 编写工具文件
@@ -163,8 +163,8 @@ git push origin main
163163# # 🛠️ 开发资源
164164
165165# ## 参考工具
166- - [秘塔AI搜索](apps /metaso/) - 联网搜索类工具参考
167- - [MongoDB查询工具](apps /mongo/) - 数据库查询类工具参考
166+ - [秘塔AI搜索](tools /metaso/) - 联网搜索类工具参考
167+ - [MongoDB查询工具](tools /mongo/) - 数据库查询类工具参考
168168
169169# ## 开发工具
170170- MaxKB 开发文档:[官方文档地址]
You can’t perform that action at this time.
0 commit comments