diff --git a/docs/quickstart.md b/docs/quickstart.md index 8146824a..99ee795c 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -447,8 +447,9 @@ MCP server listening on http://localhost:3001/mcp ```bash git clone https://github.com/modelcontextprotocol/ext-apps.git -cd ext-apps/examples/basic-host +cd ext-apps npm install +cd examples/basic-host npm start ```