← Back to Plugins
MCP Server MCP

git-a2a

github By github 👁 1 views ▲ 0 votes

Git module dependencies and owning-agent routing for coding agents

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "git-a2a",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/neprel/git-a2a:1.4.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/neprel/git-a2a/releases/download/v1.4.0/git-a2a_1.4.0.mcpb",
      "fileSha256": "2cd18a80145505afbe4f9ab48ed15bf8b908a1e89dfc1a42dd5d6a04d27e9380",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm oci mcpb

Comments

Sign in to leave a comment

Loading comments...