parse_file_metadata
Extract AI metadata from a file to enable project awareness and safety controls within the MCP Memory Server. Input the file path to proceed.
Instructions
Parse AI metadata from a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the file |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"description": "Path to the file",
"type": "string"
}
},
"required": [
"filePath"
],
"type": "object"
}