AiDD MCP Server
by skydeckai
read_multiple_files
Read the contents of multiple files simultaneously. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within the allowed directory.Example: Enter ['src/main.py', 'README.md'] to read both files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
paths | Yes | List of file paths to read |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- create_directory
- delete_file
- directory_tree
- edit_file
- execute_code
- get_allowed_directory
- get_file_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