Skip to content

chore(mcp): bump agent-mcp-manager to 0.0.3 and hide Claude Desktop#1393

Merged
Dani Akash (DaniAkash) merged 6 commits into
mainfrom
chore/mcp-bump-and-hide-claude-desktop
Jun 26, 2026
Merged

chore(mcp): bump agent-mcp-manager to 0.0.3 and hide Claude Desktop#1393
Dani Akash (DaniAkash) merged 6 commits into
mainfrom
chore/mcp-bump-and-hide-claude-desktop

Conversation

@DaniAkash

Copy link
Copy Markdown
Contributor

agent-mcp-manager 0.0.3 (release notes) marks Codex as http-capable. The Connect flow now writes Codex's ~/.codex/config.toml with a direct url = "<browseros-url>" entry instead of wrapping it in npx mcp-remote, so Codex users without Node on their machine still get a working integration.

Claude Desktop is hidden from the Integrations panel and the manual-setup tabs. claude_desktop_config.json accepts stdio entries only, and the recommended npx mcp-remote bridge requires Node — which silently breaks the Connect flow for non-developer users. Bringing Claude Desktop back is tracked separately as a bundled-runtime extension; until then, hiding it is the honest default.

agent-mcp-manager 0.0.3 marks Codex as http-capable, so the Connect flow now writes Codex's config.toml with a direct url= entry instead of routing through npx mcp-remote. Claude Desktop is dropped from the Integrations panel and the manual-setup tabs because its only supported config shape needs Node on the user's machine, which is not a viable default.
@github-actions github-actions Bot added the chore label Jun 26, 2026
@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

✅ Tests passed — 1429/1433

Suite Passed Failed Skipped
agent 277/277 0 0
build 41/41 0 0
⚠️ claw-app 0/0 0 0
⚠️ claw-onboard 0/0 0 0
⚠️ claw-server 0/0 0 0
eval 91/91 0 0
server-agent 301/301 0 0
server-api 143/143 0 0
server-browser 10/10 0 0
server-integration 10/10 0 0
server-lib 257/258 0 1
server-root 47/50 0 3
server-tools 252/252 0 0

View workflow run

@greptile-apps

greptile-apps Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR updates the MCP integration behavior for Codex and Claude Desktop. The main changes are:

  • Bumps agent-mcp-manager to 0.0.3.
  • Writes direct HTTP MCP specs for Codex.
  • Hides Claude Desktop from fresh setup flows.
  • Keeps Claude Desktop branding for existing linked rows.

Confidence Score: 4/5

This is close, but I would fix the legacy disconnect path before merging.

  • Codex now follows the updated HTTP-capable catalog path.
  • Claude Desktop is hidden from new setup flows as intended.
  • Existing Claude Desktop installs created under profile-slug links can still disappear from the UI before users can disconnect them.

packages/browseros-agent/apps/server/src/lib/mcp-manager/service.ts

Important Files Changed

Filename Overview
packages/browseros-agent/apps/server/src/lib/mcp-manager/service.ts Hides Claude Desktop and preserves hidden rows with active shared BrowserOS links.
packages/browseros-agent/apps/claw-server/src/services/spec-for.ts Uses the upstream agent surface catalog to choose HTTP or stdio MCP specs.
packages/browseros-agent/apps/claw-app/screens/new-agent/new-agent.schemas.ts Separates the full harness domain from harnesses selectable for new agent creation.
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
packages/browseros-agent/apps/server/src/lib/mcp-manager/service.ts:114
**Legacy links disappear**

This check only treats `browseros` and `browseros-stdio` as BrowserOS links. Legacy per-profile installs link agents under the profile slug, so an existing Claude Desktop profile created through that path can still have an active BrowserOS-managed link while being removed from `linkedSet` here. `listAgents()` then filters out `claude-desktop`, and the Integrations UI cannot show the Disconnect row needed to remove the stale config entry.

Reviews (3): Last reviewed commit: "feat(claw-app): retire Claude Desktop fr..." | Re-trigger Greptile

Comment thread packages/browseros-agent/apps/claw-server/package.json
Comment thread packages/browseros-agent/apps/server/src/lib/mcp-manager/service.ts Outdated
Hiding Claude Desktop unconditionally left users who had linked it via a previous release stranded with an orphan entry and no UI to Disconnect. listAgents now keeps a hidden agent in the result whenever it still has an active BrowserOS link, and removes it from the next refresh after the user clicks Disconnect. Restored the Claude Desktop presentation row and brand mark so the legacy tile renders with the right label until that point.
@DaniAkash

Copy link
Copy Markdown
Contributor Author

Greptile (@greptileai)

Comment thread packages/browseros-agent/apps/server/src/lib/mcp-manager/service.ts Outdated
claw-server's specFor maintained a hardcoded STDIO_ONLY={'codex'} set so Codex installs still wrote a 'npx mcp-remote' spec even after the 0.0.3 bump that flipped Codex to http-capable. specFor now reads supportedTransports from resolveAgentSurface, matching the apps/server planFor approach, so future upstream transport changes propagate without editing a parallel allow-list. The Claude Desktop harness install test now asserts the stdio shape its config parser actually accepts.
Mirrors the apps/server HIDDEN_AGENTS rationale: Claude Desktop's config parser only accepts stdio entries and the recommended npx mcp-remote bridge needs Node on the user's machine, so a fresh user picking it has no reliable install path. SELECTABLE_HARNESSES (the picker source) drops it, while the full HARNESSES set and the data-layer schema still accept it so existing profiles parse, render with the right icon, and can be uninstalled. Codex HTTP routing is already handled server-side by specFor's resolveAgentSurface refactor in aa76455.
@DaniAkash

Copy link
Copy Markdown
Contributor Author

Greptile (@greptileai)

Comment thread packages/browseros-agent/apps/server/src/lib/mcp-manager/service.ts
@DaniAkash Dani Akash (DaniAkash) merged commit d88565b into main Jun 26, 2026
24 checks passed
@DaniAkash Dani Akash (DaniAkash) deleted the chore/mcp-bump-and-hide-claude-desktop branch June 26, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant