Skip to content

Commit c3f7d8c

Browse files
authored
Change example URL
1 parent 563813e commit c3f7d8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An MCP (Model Context Protocol) server that lets AI assistants debug **any WebGL website** using [Spector.js](https://spector.babylonjs.com/) — a WebGL debugger.
44

5-
Load any URL, capture WebGL frames, and inspect draw calls, shaders, textures, and GL state — all from your AI-powered editor. Works with Three.js, Babylon.js, PlayCanvas, raw WebGL, and any other WebGL-based site.
5+
Load any URL, capture WebGL frames, and inspect draw calls, shaders, textures, and GL state — all from your AI-powered editor.
66

77
This server lives inside the Spector.js repository at `mcp/`.
88

@@ -103,7 +103,7 @@ Replace `<SPECTOR_REPO>` with the absolute path to your Spector.js repo clone.
103103

104104
### Debug any WebGL site
105105
1. **Load a URL:**
106-
> "Load https://threejs.org/examples/#webgl_animation_keyframes and capture a frame"
106+
> "Load https://playground.babylonjs.com and capture a frame"
107107
108108
2. **Inspect rendering:**
109109
> "Show me the draw calls and shaders"

0 commit comments

Comments
 (0)