van_verify
Verify project status and file integrity in multi-project Markdown documents using project ID for validation within the Memory Bank MCP Server environment.
Instructions
验证项目状态和文件完整性
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | 项目ID |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "项目ID",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}