You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@smithery/cli

Package Overview
Dependencies
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithery/cli - npm Package Compare versions

Comparing version
4.5.0
to
4.6.0
dist/automation.js

Sorry, the diff of this file is too big to display

+4
-1
{
"name": "@smithery/cli",
"version": "4.5.0",
"version": "4.6.0",
"type": "module",

@@ -89,2 +89,5 @@ "private": false,

"import": "./dist/index.js"
},
"./automation": {
"import": "./dist/automation.js"
}

@@ -91,0 +94,0 @@ },

@@ -62,2 +62,15 @@ # Smithery CLI [![NPM Version](https://img.shields.io/npm/v/%40smithery%2Fcli)](https://www.npmjs.com/package/@smithery/cli) [![NPM Downloads](https://img.shields.io/npm/dt/%40smithery%2Fcli)](https://www.npmjs.com/package/@smithery/cli)

### Automations
Create and run deterministic MCP tool scripts — no AI involved, just direct tool calls.
```bash
smithery automation init # Initialize the ~/.smithery automations project
smithery automation create <name> # Create a new automation from a template
smithery automation list # List all automations
smithery automation get <name> # Show automation details and source code
smithery automation run <name> [key=value...] # Run an automation with arguments
smithery automation remove <name> # Delete an automation
```
### Namespaces

@@ -91,2 +104,7 @@

# Create and run an automation
smithery automation init
smithery automation create create-ticket
smithery automation run create-ticket title="Bug fix" priority=high
# Publish your MCP server URL

@@ -93,0 +111,0 @@ smithery mcp publish "https://my-mcp-server.com" -n myorg/my-server

Sorry, the diff of this file is too big to display