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/customer-segmentation-server/README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,27 @@ A demo MCP App that displays customer data as an interactive scatter/bubble char
22
22
23
23
## Running
24
24
25
-
1. Install dependencies:
25
+
1. Install [Bun](https://github.com/oven-sh/bun) (if not already installed):
26
+
27
+
```bash
28
+
curl -fsSL https://bun.com/install | bash
29
+
```
30
+
31
+
2. Install dependencies:
26
32
27
33
```bash
28
34
npm install
29
35
```
30
36
31
-
2. Build and start the server:
37
+
3. Build and start the server:
32
38
33
39
```bash
34
40
npm start
35
41
```
36
42
37
43
The server will listen on `http://localhost:3001/mcp`.
38
44
39
-
3. View using the [`basic-host`](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-host) example or another MCP Apps-compatible host.
45
+
4. View using the [`basic-host`](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/basic-host) example or another MCP Apps-compatible host.
0 commit comments