Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ npx @adeze/raindrop-mcp
4. **Build and Run:**
```bash
bun run build
bun start
bun run start:http

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Thank you for fixing the broken command. While bun run start:http works, it runs the server from the source TypeScript file. Since the preceding step is bun run build, it's more logical and less confusing for the user to run the compiled JavaScript file that was just created. This makes the 'Build and Run' sequence more intuitive.

Suggested change
bun run start:http
bun build/server.js

```


Expand Down