list_rules
Retrieve a list of project rules from the Memory Bank MCP Server to manage multi-project Markdown documents and ensure project isolation.
Instructions
获取项目规则列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | 项目ID |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "项目ID",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}