Releases: stopchewing/dsh-mcp-view
Releases · stopchewing/dsh-mcp-view
Release list
dsh-mcp-view v0.2.1
What's new
- Per-session view restored - the slot
useSessionshook 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=usagepreview 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? compiledlib/index.js+ types).
Also: npm latest is now 0.2.1.
dsh-mcp-view v0.2.0
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/announceToAgentin 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).