npx claudepluginhub chronista-club/claude-plugins --plugin vantage-point# Show Content Display content in the Vantage Point browser viewer. ## Usage Use the `mcp__vantage-point__show` tool with: - `content` - The content to display (markdown, HTML, or plain text) - `pane_id` - Target pane: "main" (default), "left", or "right" - `content_type` - Format: "markdown" (default), "html", "log", or "url" (embed web page in iframe) - `append` - Set to true to append instead of replace ## Examples
/showDisplay detailed information about a beads issue by ID using MCP show tool, including title, status, priority, type, timestamps, dependencies, and related issues. Offers full dependency tree.
/showDisplays synthesized review (final.md) from a past OCR code review session's current round. Optional session ID defaults to most recent; optionally shows individual reviews.
/showShows detailed task information for TASK_ID including status, priority, blockers, assignee, parent task, tags, notes, time tracked, and timestamps. Supports --format json.
/showShows full details of a card including title, description, column, labels, comments, timestamps, and edit history in JSON format. Requires <ref> (rkey prefix, min 4 chars) and --json; optional --board override.
/showDisplays full details of a specific error by ID from the database, structured as error information, context, analysis, code changes, tags, and usage statistics.
/showDisplays taskmanager dashboard with progress/stats, task details by ID/field, next tasks, deferrals, milestones progress, or analysis.
Display content in the Vantage Point browser viewer.
Use the mcp__vantage-point__show tool with:
content - The content to display (markdown, HTML, or plain text)pane_id - Target pane: "main" (default), "left", or "right"content_type - Format: "markdown" (default), "html", "log", or "url" (embed web page in iframe)append - Set to true to append instead of replace# Show markdown in main pane
mcp__vantage-point__show(content: "# Hello", pane_id: "main")
# Append to right pane
mcp__vantage-point__show(content: "New info", pane_id: "right", append: true)