add_directory
Add all documents from a specified directory to the MCP Knowledge Base Server for indexing and question-based content retrieval.
Instructions
添加目录中的所有文档到知识库
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory_path | Yes | 目录路径 |
Input Schema (JSON Schema)
{
"properties": {
"directory_path": {
"description": "目录路径",
"type": "string"
}
},
"required": [
"directory_path"
],
"type": "object"
}