mcp-server-tree-sitter

by wrale
MIT License
33
  • Apple
  • Linux

analyze_project

Analyze project structure and codebase with customizable scan depth using tree-sitter to provide detailed insights and context for improved code understanding.

Instructions

Analyze overall project structure.

Args: project: Project name scan_depth: Depth of detailed analysis (higher is slower) ctx: Optional MCP context for progress reporting Returns: Project analysis

Input Schema

NameRequiredDescriptionDefault
ctxNo
projectYes
scan_depthNo

Input Schema (JSON Schema)

{ "properties": { "ctx": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Ctx" }, "project": { "title": "Project", "type": "string" }, "scan_depth": { "default": 3, "title": "Scan Depth", "type": "integer" } }, "required": [ "project" ], "title": "analyze_projectArguments", "type": "object" }
ID: k35mqkr8j9