mcp-data-platform-v1.41.3
What's Changed
Enriched Shared With Me Page
The Shared With Me page now matches the feature-rich experience of My Assets (#242, closes #240):
- Thumbnails — shared assets render visual previews via
ThumbnailQueue, matching the My Assets card layout - Client-side search — filter shared assets by name and description
- Content-type filter — dropdown filter by content type (Markdown, SVG, CSV, etc.)
- Tag filter — filter assets by tags
- Color-coded badges — content-type badges with distinct colors per type
- Rich metadata — tags (up to 3), file size, shared-by user, and shared date displayed on each card
Back Navigation Fix
Navigating back from a shared asset now correctly returns to /shared instead of always returning to / (My Assets). The fix tracks the last non-asset route via a ref in AppShell, so the back arrow is context-aware:
- Viewing a shared asset → back returns to Shared With Me
- Viewing a My Assets asset → back returns to My Assets
- Browser back button also respects this behavior
Files Changed
| File | Change |
|---|---|
ui/src/pages/shared/SharedWithMePage.tsx |
Added thumbnails, search, filters, badges, tags, file size, shared-by metadata |
ui/src/components/layout/AppShell.tsx |
Track last non-asset route for context-aware back navigation |
ui/src/pages/viewer/AssetViewerPage.tsx |
Pass navigation context for back button routing |
Installation
Homebrew (macOS)
brew install txn2/tap/mcp-data-platformClaude Code CLI
claude mcp add mcp-data-platform -- mcp-data-platformDocker
docker pull ghcr.io/txn2/mcp-data-platform:v1.41.3Verification
All release artifacts are signed with Cosign. Verify with:
cosign verify-blob --bundle mcp-data-platform_1.41.3_linux_amd64.tar.gz.sigstore.json \
mcp-data-platform_1.41.3_linux_amd64.tar.gz