delete_project
Removes a specific project by its ID from the Memory Bank MCP Server, ensuring clean management of multi-project Markdown documents and tool integration.
Instructions
删除项目
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | 项目ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "项目ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}