You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use absolute GitHub URLs for example links in README
Relative directory links like `](examples/map-server)` caused TypeDoc
warnings ("relative path is not a file") and resulted in broken links
in the generated API documentation. Converted all 20 example directory
links to full GitHub URLs while keeping image paths relative.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,22 +59,22 @@ Or edit your `package.json` manually:
59
59
<!-- prettier-ignore-start -->
60
60
||||
61
61
|:---:|:---:|:---:|
62
-
|[](examples/map-server)|[](examples/threejs-server)|[](examples/shadertoy-server)|
|[](examples/system-monitor-server)|[](examples/transcript-server)|[](examples/video-resource-server)|
|[](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/map-server)|[](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/threejs-server)|[](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/shadertoy-server)|
|[](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/system-monitor-server)|[](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/transcript-server)|[](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/video-resource-server)|
|[](examples/basic-server-react)| The same app built with different frameworks — pick your favorite!<br><br>[React](examples/basic-server-react) · [Vue](examples/basic-server-vue) · [Svelte](examples/basic-server-svelte) · [Preact](examples/basic-server-preact) · [Solid](examples/basic-server-solid) · [Vanilla JS](examples/basic-server-vanillajs)|
77
+
|[](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-react)| The same app built with different frameworks — pick your favorite!<br><br>[React](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-react) · [Vue](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-vue) · [Svelte](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-svelte) · [Preact](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-preact) · [Solid](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-solid) · [Vanilla JS](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-vanillajs)|
78
78
<!-- prettier-ignore-end -->
79
79
80
80
The [`examples/`](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples) directory contains additional demo apps showcasing real-world use cases.
0 commit comments