Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ BRAVE_API_KEY=your_api_key_here

```bash
# Build and start the server
npm run build
npm run start
npm start
```

The MCP SSE server will be available at `http://localhost:3001`.
Expand Down
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"build": "tsc",
"postbuild": "cp -r src/texts dist/",
"prestart": "npm run build",
"start": "node dist/server.js",
"dev": "NODE_OPTIONS=\"--loader ts-node/esm\" nodemon src/server.ts",
"test": "NODE_OPTIONS=\"--loader ts-node/esm\" nodemon src/test.ts"
Expand Down