@cronicorn/mcp-server 1.5.6 → 1.5.8
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 +2 -2
- package/dist/docs/quick-start.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ Popular VS Code extensions with MCP support:
|
|
|
139
139
|
On first run, the server will:
|
|
140
140
|
|
|
141
141
|
1. Display a device code and user code
|
|
142
|
-
2. Open your browser to https://
|
|
142
|
+
2. Open your browser to https://cronicorn.com/device/approve
|
|
143
143
|
3. Enter the user code and approve access
|
|
144
144
|
4. Store credentials securely in `~/.cronicorn/credentials.json`
|
|
145
145
|
|
|
@@ -293,7 +293,7 @@ Credentials are stored in `~/.cronicorn/credentials.json` with permissions `0600
|
|
|
293
293
|
### Environment Variables
|
|
294
294
|
|
|
295
295
|
- `CRONICORN_API_URL`: Override API base URL (default: `https://api.cronicorn.com`)
|
|
296
|
-
- `CRONICORN_WEB_URL`: Override web UI URL (default: `https://
|
|
296
|
+
- `CRONICORN_WEB_URL`: Override web UI URL (default: `https://cronicorn.com`)
|
|
297
297
|
|
|
298
298
|
## Development
|
|
299
299
|
|
package/dist/docs/quick-start.md
CHANGED
|
@@ -21,7 +21,7 @@ Create your first scheduled job and start monitoring executions.
|
|
|
21
21
|
|
|
22
22
|
## 1. Sign Up
|
|
23
23
|
|
|
24
|
-
1. Visit [https://
|
|
24
|
+
1. Visit [https://cronicorn.com](https://cronicorn.com)
|
|
25
25
|
2. Click **Sign in with GitHub**
|
|
26
26
|
3. Authorize the application
|
|
27
27
|
|
|
@@ -140,7 +140,7 @@ curl -X GET https://api.cronicorn.com/api/jobs \
|
|
|
140
140
|
-H "x-api-key: cron_abc123..."
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
See the [API Reference](https://
|
|
143
|
+
See the [API Reference](https://cronicorn.com/docs/api) for all available endpoints.
|
|
144
144
|
|
|
145
145
|
## Using with AI Assistants
|
|
146
146
|
|
|
@@ -221,7 +221,7 @@ If you're hitting rate limits:
|
|
|
221
221
|
## Next Steps
|
|
222
222
|
|
|
223
223
|
- **[Core Concepts](./core-concepts.md)** - Understand jobs, endpoints, and AI scheduling
|
|
224
|
-
- **[API Reference](https://
|
|
224
|
+
- **[API Reference](https://cronicorn.com/docs/api)** - Full API documentation
|
|
225
225
|
- **[Self-Hosting Guide](./technical/system-architecture.md)** - Deploy Cronicorn yourself
|
|
226
226
|
|
|
227
227
|
## Getting Help
|