Skip to main content
Glama

Code Reference Optimizer MCP Server

by FosterG4

analyze_code_diff

Compare code versions to identify specific changes, extract minimal updates, and optimize code references efficiently for AI assistants. Supports TypeScript/JavaScript, Python, Go, and Rust.

Instructions

Analyze differences between code versions and provide minimal updates

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the source file
newContentYesCurrent version of the code
oldContentYesPrevious version of the code

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the source file", "type": "string" }, "newContent": { "description": "Current version of the code", "type": "string" }, "oldContent": { "description": "Previous version of the code", "type": "string" } }, "required": [ "filePath", "oldContent", "newContent" ], "type": "object" }

Other Tools from Code Reference Optimizer MCP Server

Related Tools

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/FosterG4/mcpsaver'

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