progress-demo (v1.0.0)

Progress reporting + tool annotations showcase

https://crimson-river-pzsz1.run.mcp-use.com/mcp

Installation Guide

Choose your preferred MCP client

Install in Claude Code

Run this command in your terminal:

claude mcp add --transport http "progress-demo" https://crimson-river-pzsz1.run.mcp-use.com/mcp

Install in Cursor

Click the button below to add this MCP server to Cursor:

Open in Cursor

Or add manually: Settings → MCP → Add server

Install in VS Code

Click the button below to add this MCP server to VS Code:

Open in VS Code

Or add manually: Settings → MCP → Add server

Install in VS Code Insiders

Click the button below to add this MCP server to VS Code Insiders:

Open in VS Code Insiders

Or add manually: Settings → MCP → Add server

Connect with ChatGPT

  1. Enable Developer Mode: Settings → Connectors → Advanced → Developer mode
  2. Import this MCP server: Go to Connectors tab and add: https://crimson-river-pzsz1.run.mcp-use.com/mcp
  3. Use in conversations: Choose the MCP server from the Plus menu

Primitives

Tools (5)

process-data

Run a multi-step data processing pipeline with live progress. The widget shows real-time step-by-step updates as processing occurs.

fetch-report

Fetch a read-only report (safe, no side effects)

delete-dataset

Delete a dataset permanently (DESTRUCTIVE - cannot be undone)

search-external

Search external data sources (queries the open internet)

failing-tool

A tool that always fails (demonstrates error() response helper)

Resources (1)

ui://widget/progress-view.htmlprogress-view

Live progress view for multi-step data pipelines