Skip to content

Commit 90b5ac5

Browse files
docs: fix basic-host setup instructions in quickstart (modelcontextprotocol#398)
* docs: fix basic-host setup instructions in quickstart Add missing root-level npm install and build steps before running the basic-host example. Without these steps, the example fails because it imports from dist/src/ which doesn't exist until the root package is built. Fixes setup failure when following quickstart tutorial. * Update quickstart.md Co-authored-by: Jonathan Hefner <jonathan@hefner.pro> --------- Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
1 parent adf0bbd commit 90b5ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,9 @@ MCP server listening on http://localhost:3001/mcp
447447

448448
```bash
449449
git clone https://github.com/modelcontextprotocol/ext-apps.git
450-
cd ext-apps/examples/basic-host
450+
cd ext-apps
451451
npm install
452+
cd examples/basic-host
452453
npm start
453454
```
454455

0 commit comments

Comments
 (0)