tree_sitter_map
Analyze code structure by generating a tree-sitter based map to identify classes, functions, and methods. Enhances code understanding and project structure analysis within specified directories.
Instructions
Build a tree-sitter based structural map of source code files. This tool analyzes code structure to identify classes, functions, and methods. Only analyzes files within the allowed directory. Useful for code analysis and understanding project structure. Example: Enter '.' to analyze all source files in current directory, or 'src' to analyze all files in the src directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Root directory to analyze |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from AiDD MCP Server
- create_directory
- delete_file
- directory_tree
- edit_file
- execute_code
- execute_shell_script
- get_allowed_directory
- get_file_info
- get_system_info
- git_add
- git_checkout
- git_commit
- git_create_branch
- git_diff
- git_diff_staged
- git_diff_unstaged
- git_init
- git_log
- git_reset
- git_show
- git_status
- list_directory
- move_file
- read_file
- read_multiple_files
- search_files
- tree_sitter_map
- update_allowed_directory
- write_file
Related Tools
- @AB498/code-context-provider-mcp
- @alexwohletz/language-server-mcp
- @skydeckai/mcp-server-aidd
- @jurasofish/mcpunk
- @admica/FileScopeMCP