delete_rule
Remove specific rules by ID from the Memory Bank MCP Server to manage and maintain multi-project Markdown documents effectively.
Instructions
删除规则
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | 规则ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "规则ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}