mcp-data-platform-v1.55.11
What's Changed
Markdown rendering for knowledge and memory content (#326)
Knowledge insights and memory records in the portal now render through the existing MarkdownRenderer component instead of displaying as plain text blocks. This enables formatted content — bullet lists, code blocks for SQL, backtick-wrapped column/table names — in both the user and admin knowledge pages.
Frontend:
- Insight and memory detail panels (admin drawers, user cards) use
MarkdownRendererwithbaremode - Table cell previews remain plain text (truncated content would break rendered markdown)
- Sanitize mermaid SVG output with DOMPurify to prevent XSS
- Strip first/last child prose margins to prevent spacing bleed in card layouts
- Guard against null/undefined content
Backend:
capture_insightandmemory_managetool field descriptions now note markdown support- Knowledge capture prompt encourages markdown formatting when it aids clarity
Existing plain-text content renders identically — no migration or schema changes needed.
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.55.11Verification
All release artifacts are signed with Cosign. Verify with:
cosign verify-blob --bundle mcp-data-platform_1.55.11_linux_amd64.tar.gz.sigstore.json \
mcp-data-platform_1.55.11_linux_amd64.tar.gz