Skip to content

Commit 2194ace

Browse files
antonpk1claude
andcommitted
docs: add Bun installation step to customer-segmentation-server README
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 94d45a1 commit 2194ace

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)