Code Merge MCP

by yy1588133
Verified

merge_content

Merge content from multiple files into a single output file. Configure settings like compression, file limits, and Git rules to streamline file processing for efficient code repository management.

Instructions

Merges content from multiple files into a single output file.

Input Schema

NameRequiredDescriptionDefault
compressNoWhether to compress the output.
custom_blacklistNoCustom blacklist items.
ignore_gitNoWhether to ignore the .git directory.
max_filesNoMaximum number of files to process.
pathYesThe target file or directory path.
use_cacheNoWhether to use file content cache.
use_gitignoreNoWhether to use .gitignore rules.
use_streamsNoWhether to use stream processing for large files.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "compress": { "description": "Whether to compress the output.", "type": "boolean" }, "custom_blacklist": { "description": "Custom blacklist items.", "items": { "type": "string" }, "type": "array" }, "ignore_git": { "description": "Whether to ignore the .git directory.", "type": "boolean" }, "max_files": { "description": "Maximum number of files to process.", "type": "number" }, "path": { "description": "The target file or directory path.", "type": "string" }, "use_cache": { "description": "Whether to use file content cache.", "type": "boolean" }, "use_gitignore": { "description": "Whether to use .gitignore rules.", "type": "boolean" }, "use_streams": { "description": "Whether to use stream processing for large files.", "type": "boolean" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from Code Merge MCP

Related Tools

ID: ohbp87ru2o