mcp-server-tree-sitter

by wrale
MIT License
33
  • Apple
  • Linux

clear_cache

Remove cached parse tree data for specific projects or files to optimize memory usage and ensure accurate code analysis in the MCP server tree-sitter environment.

Instructions

Clear the parse tree cache.

Args: project: Optional project to clear cache for file_path: Optional specific file to clear cache for Returns: Status message

Input Schema

NameRequiredDescriptionDefault
file_pathNo
projectNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Path" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" } }, "title": "clear_cacheArguments", "type": "object" }
ID: k35mqkr8j9