Git Stuff ServerServer

skurekjakub
GitHub
GitVersion ControlDevelopment Tools

Loading subscription status...

💡 Description

This repository contains a Node.js application that acts as an MCP (Model Context Protocol) server to provide Git-related functionality. Currently, it offers a tool to generate the diff of a Git merge commit against its first parent.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Git Stuff Server": {
        "env": {},
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

get_git_merge_diffget_ado_pr_changed_files

Features

  • MCP Server functionality
  • Tool for generating Git merge diffs

💬 Example Queries

  • Generate the diff for a Git merge commit
  • Show merge changes for commit hash abc123