getActiveFiles
Retrieve active files from short-term memory in the Cursor10x MCP system to access recent data for AI assistants efficiently. Specify limit to control file count.
Instructions
Retrieves active files from the short-term memory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of files to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of files to retrieve",
"type": "number"
}
},
"type": "object"
}