Skip to content

v1.7.0

Choose a tag to compare

@thim81 thim81 released this 12 Jan 09:32
· 17 commits to main since this release
a8450df

New features

💎 This release improves filtering, automation and ease of usage of Inspectr.

✨ The CLI has been extended to support starting Inspectr with a command and exporting data on exit (see the start command and export docs). The Rules Engine now supports JWT and Base64 decoding, making it easier to detect and inspect encoded values directly in rules (see extracting and decoding values for more details). Ports get automatically assigned when the default ports are already in use.

🖥️ The Inspectr app now keeps filters and sorting on reload, adds MCP filtering options, and introduces a trace timeline filter panel for faster navigation.

🚀 Enjoy the latest release and let us know what you think about it in our Discord channel

feat: Keep filter & Keep sorting on reload

IMG 2026-01-11 at 14 55 12@2x

feat: Filter on MCP: tools, resources, prompts, methods, categories

IMG 2026-01-11 at 14 56 26@2x

feat: Trace timeline filter panel

IMG 2026-01-11 at 17 40 58@2x

feat: Add decoder support for JWT and Base64 in Rules

IMG 2026-01-11 at 16 35 10@2x

Changelog

Inspectr

  • feat: Dynamic default ports with fallback logic
  • feat: CLI - Trigger Command on boot
  • feat: CLI - Export on exit
  • feat: Add decoder support for JWT and Base64 in Rules
  • feat: Stop Inspectr on non-zero exit of configured command
  • feat: API endpoints to list detected MCP tools, MCP prompts, MCP resources
  • feat: Sync operations - send sync_completed event
  • feat: Ping endpoint for Queue service
  • fix: Improved Homebrew detection

Inspectr App

  • feat: Filter on MCP: tools, resources, prompts, methods, categories
  • feat: Keep filter on reload
  • feat: Keep sorting on reload
  • feat: Trace timeline filter panel
  • feat: Router to Edit Rule
  • feat: Sync operations - clean-up of deleted operations
  • UX: Added sections, reset options to the filter panel
  • fix: JWT model scroll
  • fix: JsonPathPicker fetches Operations from API

Full Changelog: v1.6.0...v1.7.0