🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

otterkit

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

otterkit - npm Package Compare versions

Comparing version
0.39.0
to
0.40.0
+1
-1
dist/mcp.js

@@ -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'),

@@ -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) {

{
"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