Update server metadata such as display name, description, icon, or visibility.
PATCH
/
servers
/
{qualifiedName}
JavaScript
Copy
Ask AI
import Smithery from '@smithery/api';const client = new Smithery({ apiKey: process.env['SMITHERY_API_KEY'], // This is the default and can be omitted});const server = await client.servers.update('qualifiedName');console.log(server.namespace);
import Smithery from '@smithery/api';const client = new Smithery({ apiKey: process.env['SMITHERY_API_KEY'], // This is the default and can be omitted});const server = await client.servers.update('qualifiedName');console.log(server.namespace);