import Smithery from '@smithery/api';const client = new Smithery({ apiKey: process.env['SMITHERY_API_KEY'], // This is the default and can be omitted});const icon = await client.servers.icon.delete('qualifiedName');console.log(icon.success);
import Smithery from '@smithery/api';const client = new Smithery({ apiKey: process.env['SMITHERY_API_KEY'], // This is the default and can be omitted});const icon = await client.servers.icon.delete('qualifiedName');console.log(icon.success);
Copy
Ask AI
{ "success": true}
Assistant
Responses are generated using AI and may contain mistakes.