@smithery/cli 1.1.34 → 1.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +48 -48
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ npx @smithery/cli <command>
15
15
 
16
16
  - `install <package>` - Install a package
17
17
  - `--client <name>` - Specify the AI client
18
- - `--data <json>` - Provide configuration data as JSON (skips prompts)
18
+ - `--config <json>` - Provide configuration data as JSON (skips prompts)
19
19
  - `uninstall <package>` - Uninstall a package
20
20
  - `--client <name>` - Specify the AI client
21
21
  - `inspect <server-id>` - Inspect a server interactively
@@ -32,7 +32,7 @@ npx @smithery/cli <command>
32
32
  npx @smithery/cli install mcp-obsidian --client claude
33
33
 
34
34
  # Install a server with pre-configured data (skips prompts)
35
- npx @smithery/cli install mcp-obsidian --client claude --data '{"apiKey":"your-api-key","region":"us-west-2"}'
35
+ npx @smithery/cli install mcp-obsidian --client claude --config '{"vaultPath":"path/to/vault"}'
36
36
 
37
37
  # Remove a server
38
38
  npx @smithery/cli uninstall mcp-obsidian --client claude