Skip to content

Releases: shuaibird/mcpplex

v0.1.4

30 Mar 08:20

Choose a tag to compare

v0.1.4

Fix

  • -v / --version flag argument order now consistent with -f / --follow

Install / upgrade

pip install -U mcpplex

v0.1.3

30 Mar 08:09

Choose a tag to compare

v0.1.3

What's new

  • --version / -v flag now works — run mcpplex --version to print the installed version

Install / upgrade

pip install -U mcpplex

v0.1.2

30 Mar 08:00

Choose a tag to compare

v0.1.2

Bug Fixes

  • Running mcpplex with no arguments no longer hangs waiting for input — it now prints help and exits cleanly (same as mcpplex -h)

Tests

  • Added test covering the no-args TTY behaviour

Install / upgrade

pip install -U mcpplex

v0.1.1

30 Mar 07:40

Choose a tag to compare

First public release of mcpplex — a terminal UI for viewing and exploring MCP server logs.

What's included

  • Log parsing with auto-detection of timestamps, server names, and JSON-RPC messages
  • Request/response pairing by message ID, scoped per session
  • Pretty-printed JSON payload inspection with truncated JSON recovery
  • Real-time search with /
  • Live tail mode (-f)
  • Color-coded connectors per MCP server
  • Sortable time column

Install / upgrade

pip install mcpplex