Download Latest Version v2.2.0 -- ira_ Rust engine + Lyzr Edgespace desktop app source code.zip (3.1 MB)
Email in envelope

Get an email when there's a new version of GitAgent

Home / v2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-08-09 1.2 kB
v2.1.0 -- MCP client support source code.tar.gz 2026-08-09 2.4 MB
v2.1.0 -- MCP client support source code.zip 2026-08-09 2.5 MB
Totals: 3 Items   4.9 MB 0

First release with Model Context Protocol (MCP) client support — connect gitagent to local and remote MCP servers and expose their tools to the agent.

✨ New

MCP client (#59)

  • New mcpServers option on query() (and mcp_servers in agent.yaml).
  • Transports: stdio (local child process) and http / sse (remote).
  • Discovered tools are namespaced <server>__<tool> and merged into the agent's tool set.
  • Clean, idempotent teardown of every server on all exit paths (success, hook-block, abort, error).
  • Adds dependency @modelcontextprotocol/sdk.

    :::ts import { query } from "@open-gitagent/gitagent";

    for await (const msg of query({ prompt: "List my open PRs", mcpServers: { github: { command: "mcp-github", args: ["--stdio"] }, api: { type: "http", url: "https://mcp.example.com" }, }, })) { // }

🧪 Internal

  • Added unit coverage for cost-tracker, compact, knowledge, and tool-utils (#71). Suite: 65 passing.

📦 Install

:::bash
npm i @open-gitagent/gitagent@2.1.0

Note: 2.0.1 is deprecated (a Windows hook-guard regression). Use 2.0.2+ / 2.1.0.

Source: README.md, updated 2026-08-09