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
Copy file name to clipboardExpand all lines: examples/basic-server-preact/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@ An MCP App example with a Preact UI.
5
5
> [!TIP]
6
6
> Looking for a vanilla JavaScript example? See [`basic-server-vanillajs`](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-vanillajs)!
7
7
8
+
## MCP Client Configuration
9
+
10
+
Add to your MCP client configuration (stdio transport):
Copy file name to clipboardExpand all lines: examples/basic-server-react/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,27 @@ An MCP App example with a React UI.
7
7
> [!TIP]
8
8
> Looking for a vanilla JavaScript example? See [`basic-server-vanillajs`](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-vanillajs)!
9
9
10
+
## MCP Client Configuration
11
+
12
+
Add to your MCP client configuration (stdio transport):
Copy file name to clipboardExpand all lines: examples/basic-server-solid/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@ An MCP App example with a Solid UI.
5
5
> [!TIP]
6
6
> Looking for a vanilla JavaScript example? See [`basic-server-vanillajs`](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-vanillajs)!
7
7
8
+
## MCP Client Configuration
9
+
10
+
Add to your MCP client configuration (stdio transport):
Copy file name to clipboardExpand all lines: examples/basic-server-svelte/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@ An MCP App example with a Svelte 5 UI using runes for reactivity.
5
5
> [!TIP]
6
6
> Looking for a vanilla JavaScript example? See [`basic-server-vanillajs`](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-vanillajs)!
7
7
8
+
## MCP Client Configuration
9
+
10
+
Add to your MCP client configuration (stdio transport):
Copy file name to clipboardExpand all lines: examples/basic-server-vanillajs/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@ An MCP App example with a vanilla JavaScript UI (no framework).
5
5
> [!TIP]
6
6
> Looking for a React-based example? See [`basic-server-react`](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-server-react)!
7
7
8
+
## MCP Client Configuration
9
+
10
+
Add to your MCP client configuration (stdio transport):
0 commit comments