Skip to content

fix(mcp): rename proxy-stdio command#403

Merged
christso merged 2 commits into
mainfrom
fix/mcp-proxy-command
May 19, 2026
Merged

fix(mcp): rename proxy-stdio command#403
christso merged 2 commits into
mainfrom
fix/mcp-proxy-command

Conversation

@christso
Copy link
Copy Markdown
Contributor

@christso christso commented May 19, 2026

Summary

  • rename the public MCP HTTP-to-stdio helper from mcp proxy-stdio to canonical mcp proxy
  • remove the temporary proxy-stdio compatibility alias so proxy is now the only supported command
  • update generated proxy args, tests, README/docs, and changelog/migration guidance

Why

proxy-stdio exposes an implementation detail in the public CLI surface. proxy is shorter, clearer in help output, and better matches what the command actually does.

Breaking change

Existing synced MCP client configs generated by older releases may still invoke allagents mcp proxy-stdio. After upgrading, re-run one of:

  • allagents mcp update
  • allagents update

That regenerates tracked MCP client configs to use allagents mcp proxy.

Validation

  • bun run lint
  • bun test
  • bun run build
  • bun run docs:build

E2E

Red

  • bun run build
  • node dist/index.js mcp proxy-stdio -h
  • verified help exposed proxy-stdio as the current public subcommand before the original rename

Green

  • bun run build
  • created a temp workspace with .allagents/workspace.yaml containing claude and codex clients
  • ran node dist/index.js --json mcp add deepwiki https://mcp.deepwiki.com/mcp --proxy from that workspace
  • verified .mcp.json now contains args: ["mcp", "proxy", ...]
  • verified .codex/config.toml contains proxy and not proxy-stdio
  • ran node dist/index.js mcp proxy-stdio and verified it now fails with Not a valid subcommand name

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 19, 2026

Deploying allagents with  Cloudflare Pages  Cloudflare Pages

Latest commit: 85ecbd2
Status: ✅  Deploy successful!
Preview URL: https://456d6ef1.allagents.pages.dev
Branch Preview URL: https://fix-mcp-proxy-command.allagents.pages.dev

View logs

@christso christso merged commit 696d0ec into main May 19, 2026
1 check passed
@christso christso deleted the fix/mcp-proxy-command branch May 19, 2026 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant