Skip to content

v1.9.0

Choose a tag to compare

@thim81 thim81 released this 10 May 11:58
· 2 commits to main since this release

New features

💎 This release focuses on storage management, improved event handling, and major MCP tooling enhancements across both the CLI and Inspectr App.

The biggest addition is the introduction of Operations Storage Policies, allowing you to control retention and storage growth with configurable TTL cleanup and maximum operation limits.

✨ MCP tooling visibility has also been significantly improved. Inspectr App now surfaces:

  • MCP tool metadata
  • tool titles and names
  • input parameter schemas
  • output schemas

making it much easier to inspect and understand MCP integrations directly from the UI.

🖥️ The Inspectr App additionally delivers improved event rendering, collapsible request sections, better authentication handling, and realtime operation synchronization improvements.

⚡ On the networking side, this release improves compressed payload handling by properly decoding deflate responses and introduces stricter CORS allow-origin enforcement.

🚀 Enjoy the newest release and let us know what you think in our Discord channel


CLI

feat: Operations Storage Policy

Inspectr now supports configurable storage retention and operation limits.

Key Type Default Description
operationsRetentionTTL string 0 Maximum age for stored operations (for example 24h, 168h). 0 disables TTL cleanup.
operationsMaxStored integer 0 Maximum number of stored operations. 0 disables the cap.

This makes it easier to run Inspectr continuously while keeping storage usage under control.

Have a look at the feature documentation for examples and use-cases: https://inspectr.dev/docs/features/operations-storage-policy/


Inspectr App

feat(MCP): Show tool output schema and metadata

IMG 2026-05-09 at 19 37 05@2x IMG 2026-05-09 at 19 37 48@2x

feat: Improved event rendering

IMG 2026-05-09 at 19 38 21@2x IMG 2026-05-09 at 19 38 43@2x

feat: Collapse request details section

IMG 2026-05-09 at 23 13 40@2x

feat: Show storage info in Settings

IMG 2026-05-10 at 11 15 10@2x

Changelog

Inspectr

  • feat: retention TTL storage policy
  • feat: max stored operations storage policy
  • feat: SSE delete operation event
  • feat: Add CORS allow-origin enforcement
  • feat: Add MCP server icon
  • feat: Add MCP server input and output schemas
  • fix: decode deflate responses and normalize compressed body display
  • feat: Upgrade Inspectr-app

Inspectr App

  • feat(MCP): Show tool output schema and metadata
  • feat(MCP): Show tool name and tool title
  • feat(MCP): Show input param schema fields
  • feat: Improved event rendering
  • feat: App Authentication handling
  • feat: Collapse request details section
  • feat: SSE delete operation event
  • feat: Auto-sync on connect with throttling
  • feat: Show storage info in Settings
  • fix: use relative asset and API paths
  • fix: normalize API endpoints
  • fix: improve formatDuration and ensure stable Monaco runtime config
  • fix: Event header text size and styling
  • fix: svg path fill-rule
  • chore: Migrate to jsonpathly
  • chore: Bump dependencies to latest versions

Full Changelog: v1.8.2...v1.9.0