@gbrandtio/rw-git-mcp 2.0.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  **Model Context Protocol (MCP) server for rw-git**
4
4
 
5
- This package provides an embedded Model Context Protocol (MCP) server that allows AI agents and IDEs (like Claude Desktop, Cursor, and Antigravity) to interact directly with your git repositories. It communicates over standard I/O using JSON-RPC 2.0.
5
+ This package provides an embedded Model Context Protocol (MCP) server that allows AI agents and IDEs to interact directly with your git repositories. It communicates over standard I/O using JSON-RPC 2.0.
6
6
 
7
- `rw-git-mcp` provides a comprehensive suite of tools for AI agents to analyze and manipulate your repository, including core git commands (init, clone, checkout), code quality metrics, dependency drift analysis, compliance auditing, and LLM-assisted code review evaluations.
7
+ `rw-git-mcp` provides a comprehensive suite of tools for AI agents to analyze your repository, including core git commands, code quality metrics, dependency drift analysis, compliance auditing, and LLM-assisted code review evaluations. All tools return structured JSON payloads derived from strongly-typed domain models, enabling agents to parse and reason about Git data deterministically.
8
8
 
9
- The MCP can also be used to provide Git harness to your agent, while keeping AI tokens to a minimum. It can be installed with bundled AI agent skills that offer structured workflows and best practices for repository analysis.
9
+ The MCP can be used to provide Git harness to your agent, while keeping AI tokens to a minimum. It can be installed with bundled AI agent skills that offer structured workflows and best practices for repository analysis.
10
10
 
11
11
  ## Available MCP Tools
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gbrandtio/rw-git-mcp",
3
- "version": "2.0.2",
3
+ "version": "3.0.0",
4
4
  "description": "Model Context Protocol (MCP) server for rw-git",
5
5
  "main": "index.js",
6
6
  "scripts": {