Skip to content

mcp-data-platform-v1.38.3

Choose a tag to compare

@github-actions github-actions released this 10 Mar 18:29
· 58 commits to main since this release
b4f2ff7

What's New

Prompt Template Visibility (#220)

The platform-info Prompts tab now lets users see the actual prompt template behind each card. Previously, prompt cards showed only the name and description — users had no way to learn what the prompt actually instructs the AI to do.

Changes

  • New content field in platform_info response: The prompts array now includes a content field containing the raw prompt template text with argument placeholders (e.g., {topic})
  • Collapsible template viewer: Each prompt card in the Prompts tab shows a "Show prompt template" toggle. Clicking it reveals the full prompt content in a styled code block; clicking again collapses it
  • Inspire custom prompts: Users can read existing templates to understand the patterns and write their own

Screenshot Walkthrough

  1. Open the Prompts tab in the platform-info app
  2. Click "Show prompt template" on any prompt card
  3. The template content expands below the description
  4. Click "Hide prompt template" to collapse

Changelog

Features

  • b4f2ff71: feat: show prompt template content in platform-info UI (#220) (@cjimti)

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.38.3

Verification

All release artifacts are signed with Cosign. Verify with:

cosign verify-blob --bundle mcp-data-platform_1.38.3_linux_amd64.tar.gz.sigstore.json \
  mcp-data-platform_1.38.3_linux_amd64.tar.gz