Skip to main content
Glama

MCPunk

by jurasofish

diff_with_ref

Compare changes between HEAD and a specified reference branch (e.g., develop or main) to identify differences. Ideal for reviewing PRs or tracking code updates within your project.

Instructions

Return a summary of the diff between HEAD and the given ref.

You probably want the ref to be the 'base' branch like develop or main, off which PRs are made - and you can likely determine this by viewing the most recently checked out branches.

Input Schema

NameRequiredDescriptionDefault
project_nameYes
refYes

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "Project Name", "type": "string" }, "ref": { "maxLength": 100, "title": "Ref", "type": "string" } }, "required": [ "project_name", "ref" ], "title": "diff_with_refArguments", "type": "object" }

You must be authenticated.

Other Tools from MCPunk

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/jurasofish/mcpunk'

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