mcp-server-tree-sitter

by wrale
MIT License
33
  • Apple
  • Linux

get_file_metadata

Retrieve file metadata by specifying the project name and file path, enabling efficient code analysis and context management within MCP server-tree-sitter.

Instructions

Get metadata for a file.

Args: project: Project name path: File path relative to project root Returns: File metadata

Input Schema

NameRequiredDescriptionDefault
pathYes
projectYes

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" }, "project": { "title": "Project", "type": "string" } }, "required": [ "project", "path" ], "title": "get_file_metadataArguments", "type": "object" }
ID: k35mqkr8j9