Skip to content

mcp-data-platform-v1.55.11

Choose a tag to compare

@github-actions github-actions released this 15 Apr 22:49
· 176 commits to main since this release
33b6100

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 MarkdownRenderer with bare mode
  • 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_insight and memory_manage tool 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-platform

Claude Code CLI

claude mcp add mcp-data-platform -- mcp-data-platform

Docker

docker pull ghcr.io/txn2/mcp-data-platform:v1.55.11

Verification

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