+1
-1
@@ -537,3 +537,3 @@ /** | ||
| title: 'Custom domain on a webhook endpoint', | ||
| description: "Serve an owned webhook endpoint on a domain the user controls (e.g. hooks.their-company.com) - the certificate is issued and renewed automatically once they add the returned CNAME record. Actions: status (poll issuance), attach {hostname}, remove. One hostname per endpoint.", | ||
| description: 'Serve an owned webhook endpoint on a domain the user controls (e.g. hooks.their-company.com) - the certificate is issued and renewed automatically once they add the returned CNAME record. Actions: status (poll issuance), attach {hostname}, remove. One hostname per endpoint.', | ||
| inputSchema: { | ||
@@ -540,0 +540,0 @@ subdomain: z.string().describe('Webhook endpoint to configure'), |
+3
-1
@@ -54,3 +54,5 @@ /** | ||
| throw new PulseError('not_logged_in', 'Run `otterkit login` first.'); | ||
| const resp = await fetch(`${API_SERVER}/api/me/pulses/${encodeURIComponent(subdomain)}/config`, { headers: { Authorization: `Bearer ${token}` } }); | ||
| const resp = await fetch(`${API_SERVER}/api/me/pulses/${encodeURIComponent(subdomain)}/config`, { | ||
| headers: { Authorization: `Bearer ${token}` }, | ||
| }); | ||
| const json = (await resp.json().catch(() => ({}))); | ||
@@ -57,0 +59,0 @@ if (!resp.ok || !json.data) { |
+1
-1
| { | ||
| "name": "otterkit", | ||
| "version": "0.39.0", | ||
| "version": "0.40.0", | ||
| "description": "OtterKit CLI - provision and connect tunnels for AI agents", | ||
@@ -5,0 +5,0 @@ "mcpName": "io.github.useotterkit/otterkit", |
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
294033
0.01%6841
0.06%