chore: remove proxy subcommand#198
Conversation
The proxy subcommand is obsolete now that MCPG handles network routing. - Delete src/proxy.rs and tests/proxy_tests.rs - Remove Commands::Proxy variant and match arm from main.rs - Remove mod proxy declaration and unused log::debug import - Remove proxy CLI docs from README.md and AGENTS.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
🔍 Rust PR ReviewSummary: Needs changes — the 1ES template still calls the deleted Findings🐛 Bugs / Logic Issues
|
Closes #195.
Changes
Removes the
proxysubcommand entirely — it's no longer needed since MCPG handles network routing.src/proxy.rs(417 lines)Commands::Proxyvariant and handler fromsrc/main.rstests/proxy_tests.rs(488 lines)README.mdandAGENTS.mdTesting
All remaining tests pass. No code depends on the proxy module.