find_files_with_metadata
Locate files containing AI metadata within the MCP Memory Server by specifying a search pattern. Enhances project awareness and ensures efficient management of coding sessions and metadata.
Instructions
Find all files that contain AI metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pattern | No | File pattern to search (optional) |
Input Schema (JSON Schema)
{
"properties": {
"pattern": {
"description": "File pattern to search (optional)",
"type": "string"
}
},
"type": "object"
}