weavatrix-git
Advanced tools
+4
-4
| { | ||
| "name": "weavatrix-git", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "description": "Blazingly fast, bounded, read-only Git MCP server for AI coding agents.", | ||
| "mcpName": "io.github.sergii-ziborov/weavatrix-git", | ||
| "mcpName": "io.github.Weavatrix/weavatrix-git", | ||
| "bin": { | ||
@@ -27,6 +27,6 @@ "weavatrix-git-mcp": "npm/bin.js" | ||
| "type": "git", | ||
| "url": "git+https://github.com/sergii-ziborov/weavatrix-git.git" | ||
| "url": "git+https://github.com/Weavatrix/weavatrix-git.git" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/sergii-ziborov/weavatrix-git/issues" | ||
| "url": "https://github.com/Weavatrix/weavatrix-git/issues" | ||
| }, | ||
@@ -33,0 +33,0 @@ "keywords": [ |
+9
-6
| # Weavatrix Git | ||
| [](https://github.com/sergii-ziborov/weavatrix-git/actions/workflows/ci.yml) | ||
| [](https://github.com/Weavatrix/weavatrix-git/actions/workflows/ci.yml) | ||
| [](https://crates.io/crates/weavatrix-git) | ||
| [](https://www.npmjs.com/package/weavatrix-git) | ||
| [](https://docs.rs/weavatrix-git) | ||
| [](LICENSE) | ||
| Part of the [Weavatrix ecosystem](https://weavatrix.com/ecosystem): bounded Git evidence for AI software agents. | ||
| `weavatrix-git` gives AI coding agents fast, bounded, read-only Git evidence. | ||
@@ -24,3 +27,3 @@ Install it from npm as a native MCP server or embed its dependency-free Rust | ||
| ```bash | ||
| npx -y weavatrix-git@0.3.1 --repository /absolute/path/to/repository | ||
| npx -y weavatrix-git@0.3.2 --repository /absolute/path/to/repository | ||
| ``` | ||
@@ -37,3 +40,3 @@ | ||
| "-y", | ||
| "weavatrix-git@0.3.1", | ||
| "weavatrix-git@0.3.2", | ||
| "--repository", | ||
@@ -58,3 +61,3 @@ "/absolute/path/to/repository" | ||
| | `git_diff` | paginated added/deleted/modified/type-changed paths with old/new object IDs | | ||
| | `git_status` | tracked index and worktree state; untracked files are intentionally excluded | | ||
| | `git_status` | tracked index and worktree state; untracked files stay on `Repository::worktree_safety()` | | ||
| | `git_snapshot` | canonical immutable path, mode, kind, and object-ID manifest for a revision | | ||
@@ -85,3 +88,3 @@ | ||
| ```bash | ||
| cargo install weavatrix-git --version 0.3.1 --features mcp \ | ||
| cargo install weavatrix-git --version 0.3.2 --features mcp \ | ||
| --bin weavatrix-git-mcp | ||
@@ -112,3 +115,3 @@ weavatrix-git-mcp --repository /absolute/path/to/repository | ||
| | Index | DIRC v2/v3/v4, auto-refreshing shared snapshots | | ||
| | Queries | typed reads, lazy revwalk, history, tracked status, tree diff | | ||
| | Queries | typed reads, lazy revwalk, history, tracked status, worktree safety, tree diff | | ||
| | Immutable views | canonical commit snapshots with path, mode, and object evidence | | ||
@@ -115,0 +118,0 @@ | Scale-out | parallel open, revision-aware timelines, change sets, correlation | |
+4
-4
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "io.github.sergii-ziborov/weavatrix-git", | ||
| "name": "io.github.Weavatrix/weavatrix-git", | ||
| "title": "Weavatrix Git", | ||
| "description": "Fast, bounded, read-only Git evidence for local AI coding agents.", | ||
| "repository": { | ||
| "url": "https://github.com/sergii-ziborov/weavatrix-git", | ||
| "url": "https://github.com/Weavatrix/weavatrix-git", | ||
| "source": "github" | ||
| }, | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "packages": [ | ||
@@ -15,3 +15,3 @@ { | ||
| "identifier": "weavatrix-git", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "transport": { | ||
@@ -18,0 +18,0 @@ "type": "stdio" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6943059
0.11%298
1.02%