mcp-data-platform-v1.38.3
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
contentfield inplatform_inforesponse: Thepromptsarray now includes acontentfield 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
- Open the Prompts tab in the platform-info app
- Click "Show prompt template" on any prompt card
- The template content expands below the description
- Click "Hide prompt template" to collapse
Changelog
Features
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.38.3Verification
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