Code Merge MCP

by yy1588133
Verified

analyze_code

Analyze code files to count functions and lines of code, filter by language, and generate insights for processing repositories in the Code Merge MCP server.

Instructions

Analyzes code files and provides statistics.

Input Schema

NameRequiredDescriptionDefault
countFunctionsNoWhether to count functions.
countLinesNoWhether to count lines of code.
languageNoOptional language filter.
pathYesThe target file or directory path.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "countFunctions": { "description": "Whether to count functions.", "type": "boolean" }, "countLines": { "description": "Whether to count lines of code.", "type": "boolean" }, "language": { "description": "Optional language filter.", "type": "string" }, "path": { "description": "The target file or directory path.", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from Code Merge MCP

Related Tools

ID: ohbp87ru2o