@rayburst/cc 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ Restart Claude Code, then run the one-time setup:
|
|
|
105
105
|
```
|
|
106
106
|
|
|
107
107
|
This prompts for:
|
|
108
|
-
- **Rayburst API key** — get one at [rayburst.app/
|
|
108
|
+
- **Rayburst API key** — get one at [https://www.rayburst.app/profile?tab=mcp-agents](https://www.rayburst.app/profile?tab=mcp-agents) (starts with `rb_user_`)
|
|
109
109
|
- **Project URL** — the base URL of your running app (e.g. `http://localhost:3000`)
|
|
110
110
|
- **Board** — picks from your org's boards via the API
|
|
111
111
|
- **Project IDs** — frontend and backend project UUIDs
|
package/package.json
CHANGED