Skip to main content
Glama

Code MCP Server

by block

analyze_file_differences

Compare two files with detailed statistics to identify differences and analyze changes efficiently within the Code MCP Server environment.

Instructions

Analyze differences between two files with detailed statistics

Input Schema

NameRequiredDescriptionDefault
file1YesFirst file path
file2YesSecond file path

Input Schema (JSON Schema)

{ "properties": { "file1": { "description": "First file path", "type": "string" }, "file2": { "description": "Second file path", "type": "string" } }, "required": [ "file1", "file2" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/block/vscode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server