v1.7.0
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
feat: Filter on MCP: tools, resources, prompts, methods, categories
feat: Trace timeline filter panel
feat: Add decoder support for JWT and Base64 in Rules
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