Skip to content

Releases: stopchewing/dsh-mcp-view

dsh-mcp-view v0.2.1

Choose a tag to compare

@stopchewing stopchewing released this 18 Aug 03:19

What's new

  • Per-session view restored - the slot useSessions hook is now guarded by an error boundary, so it can never prevent the panel from opening (degrades safely to the global view); session scoping works when the hook is healthy.
  • Usage screenshot added to the README (new ?view=usage preview branch + fictional stats).
  • README (en/zh/ru) synced: new feature rows (per-session, favorites/sort, health, export, search-by-params), Config section, TS-based Development block.
  • Host is fully TypeScript (src/index.ts ? compiled lib/index.js + types).

Also: npm latest is now 0.2.1.

dsh-mcp-view v0.2.0

Choose a tag to compare

@stopchewing stopchewing released this 18 Aug 00:14

What's new

  • Per-session view - toggle to see only the tools the current session's agent really sees.
  • Health checks - one-click probe of streamable-http endpoints (up/down badge).
  • Usage tab - total calls, calls-per-day chart, most-used MCP tools.
  • Search by parameter names, sorting, favorites (stars) - persisted to localStorage.
  • Copy tool name and export inventory to JSON / Markdown.
  • Config: enabled / announceToAgent in cordis.patch.yml.
  • Tests (node --test, zero deps) + TS check + GitHub Actions CI.

Also: privacy pass - the README screenshots use a fictional MCP inventory (no real server names or local paths).