Skip to content

Commit b23d30d

Browse files
fix: ci
1 parent d7766b5 commit b23d30d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ There are three processes involved in setting up the MCP server, to ensure we ha
2626

2727
Simply run the following command to initialize the MCP server:
2828
```bash
29-
bun run prepare
29+
bun run init
3030
```
3131

3232
### Building and running the MCP server
@@ -45,7 +45,7 @@ The server should, by default, be available at `http://localhost:1234`.
4545
## Setting up with Docker
4646
Run the following command to build the Docker image:
4747
```bash
48-
bun run prepare
48+
bun run init
4949
docker compose build
5050
docker compose up
5151
```

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"download-content": "bun run scripts/download-content.js",
1111
"init-vector-store": "bun run scripts/init-vector-store.ts",
1212
"init": "bun run download-content && bun run init-vector-store",
13-
"prepare": "bun run download-content && bun run init-vector-store"
1413
},
1514
"keywords": [],
1615
"author": "",

0 commit comments

Comments
 (0)