Skip to content

Releases: kylebrodeur/mcp-network-analyzer

Release list

v0.3.0

Choose a tag to compare

@kylebrodeur kylebrodeur released this 20 Mar 16:55

What's New

Added

  • netcap short binary alias — installed alongside mcp-network-analyzer, both point to the same entry point
  • setup --reset (-r) — clears .env and saved profiles, then re-runs the setup wizard
  • setup --install-chromium — first-class CLI/TUI recovery command to install/reinstall Playwright Chromium
  • Free CLI now includes database query tools: list_analyses, list_discoveries, and get_database_stats
  • install command — detects installed MCP clients (Claude Desktop, VS Code, Claude Code, Gemini CLI, OpenAI Codex) and installs the server entry via the client's native interface or direct config write
  • --client <id> flag for non-interactive / CI installs
  • Unified core CLI runner (createCli + CliExtension) — free and pro share one CLI engine; package-specific commands are registered as extensions

Changed

  • serve now accepts --mode auto|stdio|http; auto remains stdio-first and can resolve to pro HTTP when MCP_TRANSPORT=http
  • ID workflow guidance now uses session-scoped tools (list_session_ids, get_next_session_ids) and no longer references deprecated cross-session commands

Removed

  • Legacy one-off client installer command — superseded by install --client <id>

Install

npm install -g mcp-network-analyzer
netcap setup
netcap install

See README for full usage.