git-a2a 1.6.0-rc.1 → 1.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-a2a",
3
- "version": "1.6.0-rc.1",
3
+ "version": "1.6.0",
4
4
  "description": "Import git modules together with their owning agents",
5
5
  "mcpName": "io.github.neprel/git-a2a",
6
6
  "license": "MIT",
@@ -19,11 +19,11 @@
19
19
  "skills/"
20
20
  ],
21
21
  "optionalDependencies": {
22
- "@git-a2a/darwin-amd64": "1.6.0-rc.1",
23
- "@git-a2a/darwin-arm64": "1.6.0-rc.1",
24
- "@git-a2a/linux-amd64": "1.6.0-rc.1",
25
- "@git-a2a/linux-arm64": "1.6.0-rc.1",
26
- "@git-a2a/windows-amd64": "1.6.0-rc.1",
27
- "@git-a2a/windows-arm64": "1.6.0-rc.1"
22
+ "@git-a2a/darwin-amd64": "1.6.0",
23
+ "@git-a2a/darwin-arm64": "1.6.0",
24
+ "@git-a2a/linux-amd64": "1.6.0",
25
+ "@git-a2a/linux-arm64": "1.6.0",
26
+ "@git-a2a/windows-amd64": "1.6.0",
27
+ "@git-a2a/windows-arm64": "1.6.0"
28
28
  }
29
29
  }
@@ -417,9 +417,8 @@ setup: dry run; 5 file(s) would change
417
417
  ## mcp
418
418
 
419
419
  `git-a2a mcp [--allow-write] [--roots DIR[,DIR...]]... [--any-root] [--print-roots]` runs a
420
- stateless MCP server over stdio. By default it exposes
421
- seven read-only tools (`who`, `show`, `status`, `validate`, `doctor`, `explain`, `usage`) plus
422
- the cache-restoring `fetch` tool, and
420
+ stateless MCP server over stdio. By default it exposes exactly eight tools (`who`, `show`,
421
+ `status`, `validate`, `doctor`, `fetch`, `explain`, `usage`), and
423
422
  four repository resources (`a2amodule://manifest`, `a2amodule://lock`,
424
423
  `a2amodule://roster`, `a2amodule://reference`). `--allow-write` additionally exposes `add`,
425
424
  `update`, `set`, `wire`, `sync`, and `contact`; `remove` remains CLI-only. The process opens no
@@ -427,6 +426,8 @@ network listener and stores no server state. Protocol or command failures exit `
427
426
  options exit `2`.
428
427
  MCP `contact` enforces `accepts-external: false` and intentionally has no `external-ok` input:
429
428
  approving an external delivery remains a human CLI action.
429
+ Descriptions, access gates, and annotations for all 14 tools are in the generated
430
+ [MCP tool text audit](mcp-tools.md).
430
431
 
431
432
  Repository-dependent tools accept an optional `root` path, defaulting to the server startup
432
433
  directory. It must remain inside the startup directory, a repeated `--roots DIR[,DIR...]` value,