Skip to content

Commit fd29038

Browse files
authored
Merge pull request #100 from modelcontextprotocol/docs/add-bun-install-step
docs: add Bun installation step to customer-segmentation-server README
2 parents 4736621 + 2194ace commit fd29038

File tree

1 file changed

+9
-3
lines changed
  • examples/customer-segmentation-server

1 file changed

+9
-3
lines changed

examples/customer-segmentation-server/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,27 @@ A demo MCP App that displays customer data as an interactive scatter/bubble char
2222

2323
## Running
2424

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:
2632

2733
```bash
2834
npm install
2935
```
3036

31-
2. Build and start the server:
37+
3. Build and start the server:
3238

3339
```bash
3440
npm start
3541
```
3642

3743
The server will listen on `http://localhost:3001/mcp`.
3844

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.
4046

4147
## Architecture
4248

0 commit comments

Comments
 (0)