Skip to content

Releases: awfmilton/mcp-manager-releases

MCP Config Manager v1.0.0-beta.5

Pre-release

Choose a tag to compare

@awfmilton awfmilton released this 18 Aug 17:11

Beta 5 — built off GitHub Actions.

GitHub Actions minutes are exhausted for the month, so this build was produced
by running the workflow's own build step directly on a Windows machine:

node scripts/build-prod.js --win

and published with gh release upload, which costs API calls rather than
Actions minutes. The artifacts are byte-identical in kind to a CI build —
same script, same electron-builder config — and latest.yml's sha512 and size
were verified against the installer before upload, so auto-update from beta.4
works normally.

This build is unsigned. Windows SmartScreen will warn on first run.

What's in it

Merge log — every pull request this app merges is now recorded durably:
the command as it was issued, who issued it, the merge commit, the head SHA,
and whether our own CI had passed for that exact commit. Append-only and
crash-survivable. Because command capture can never be complete (codex and
agy-text emit no tool events at all), a reconciler asks GitHub what actually
merged and records anything unobserved — so a merge from an uninstrumented
lane is late, never absent.

Git panel — branch and ahead/behind, commit history, branches grouped by
tracking state, worktrees read from git worktree list --porcelain, working
tree status, and the merge log itself.

Agent Chat transcript — the terminal view is the default and rendered only
live traffic, so every saved conversation opened blank while the bubbles beside
it were full. It now replays stored history, and re-fits when shown (xterm
cannot size itself inside a hidden container).

Handoff watchdog — notices when an implementer session finishes without
ever opening a PR, which previously left work stranded silently.

Release-queue deadlock signal — a chunk held behind a blocker closed as
won't-fix can never be released; the sweep was right to hold it and re-decided
identically forever. That state is now surfaced and handed to the orchestrator.

Plus 23 defects found by an adversarial review of the above and fixed before
release, including one that made the merge log's CI verdict unreadable.

v1.0.0-beta.4

v1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@awfmilton awfmilton released this 04 Aug 10:14

Automated build of v1.0.0-beta.4.

v1.0.0-beta.3

v1.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@awfmilton awfmilton released this 04 Aug 01:52

Automated build of v1.0.0-beta.3.

1.0.0-beta.2

1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@awfmilton awfmilton released this 23 Jul 04:52
v1.0.0-beta.2

Initial commit: add README

MCP Config Manager v1.0.0-beta.1

Pre-release

Choose a tag to compare

@awfmilton awfmilton released this 06 Jul 08:39

MCP Config Manager v1.0.0-beta.1

First beta release of MCP Config Manager -- a cross-platform desktop app for managing MCP server configurations across Claude, Gemini, and ChatGPT/Codex.

Installation

Windows: Download and run the installer. SmartScreen may warn about unsigned binary -- click More info then Run anyway.

Getting started

  • First launch requires accepting the EULA and setting a master vault password
  • Your vault data is stored locally in AppData (Windows) -- not shared with anyone
  • This is a pre-release; expect rough edges