Skip to content

Commit 1404a91

Browse files
committed
fix: remove redundant screenshots from READMEs
Remove the simple \![Screenshot](screenshot.png) line from READMEs that already had nicer HTML table screenshots. Keep it only for examples that didn't have existing screenshots.
1 parent 5f3e9dc commit 1404a91

8 files changed

Lines changed: 0 additions & 16 deletions

File tree

examples/budget-allocator-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Example: Budget Allocator App
22

3-
![Screenshot](screenshot.png)
4-
53
An interactive budget allocation tool demonstrating real-time data visualization with MCP Apps.
64

75
<table>

examples/cohort-heatmap-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Example: Cohort Heatmap App
22

3-
![Screenshot](screenshot.png)
4-
53
A demo MCP App that displays cohort retention data as an interactive heatmap, showing customer retention over time by signup month.
64

75
<table>

examples/customer-segmentation-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Example: Customer Segmentation Explorer
22

3-
![Screenshot](screenshot.png)
4-
53
A demo MCP App that displays customer data as an interactive scatter/bubble chart with segment-based clustering. Users can explore different metrics, filter by segment, and click to see detailed customer information.
64

75
<table>

examples/scenario-modeler-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Example: SaaS Scenario Modeler
22

3-
![Screenshot](screenshot.png)
4-
53
A React-based demo MCP App that lets users adjust SaaS business parameters and see real-time 12-month projections of revenue, costs, and profitability with comparison against pre-built scenario templates.
64

75
<table>

examples/shadertoy-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Example: ShaderToy Server
22

3-
![Screenshot](screenshot.png)
4-
53
A demo MCP App that renders [ShaderToy](https://www.shadertoy.com/)-compatible GLSL fragment shaders in real-time using WebGL 2.0 and [ShaderToyLite.js](https://github.com/nickoala/ShaderToyLite).
64

75
<table>

examples/sheet-music-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Example: Sheet Music Server
22

3-
![Screenshot](screenshot.png)
4-
53
A demo MCP App that renders [ABC notation](https://en.wikipedia.org/wiki/ABC_notation) as sheet music with interactive audio playback using the [abcjs](https://www.abcjs.net/) library.
64

75
<table>

examples/system-monitor-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Example: System Monitor App
22

3-
![Screenshot](screenshot.png)
4-
53
A demo MCP App that displays real-time OS metrics with a stacked area chart for per-core CPU usage and a bar gauge for memory.
64

75
<table>

examples/wiki-explorer-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Example: Wiki Explorer
22

3-
![Screenshot](screenshot.png)
4-
53
Visualizes Wikipedia link graphs using a force-directed layout. Explore how Wikipedia pages are connected by expanding nodes to reveal first-degree links.
64

75
<table>

0 commit comments

Comments
 (0)