Skip to content

Commit 7f617b9

Browse files
authored
docs: add root npm install step for basic-host setup (modelcontextprotocol#371)
* docs: add root npm install step for basic-host setup * Remove not needed npm install command
1 parent 55f0ef0 commit 7f617b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/testing-mcp-apps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ The [`basic-host`](https://github.com/modelcontextprotocol/ext-apps/tree/main/ex
2121

2222
```bash
2323
git clone https://github.com/modelcontextprotocol/ext-apps.git
24-
cd ext-apps/examples/basic-host
24+
cd ext-apps
2525
npm install
26+
cd examples/basic-host
2627
```
2728

2829
2. Start basic-host, pointing it to your MCP server:

0 commit comments

Comments
 (0)