@smithery/cli 1.1.84 → 1.1.86
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.
- package/README.md +1 -1
- package/dist/index.js +71 -61
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ npx @smithery/cli list servers --client claude
|
|
|
48
48
|
npx @smithery/cli inspect mcp-obsidian
|
|
49
49
|
|
|
50
50
|
# Run a server with configuration
|
|
51
|
-
npx @smithery/cli run mcp-obsidian --config '
|
|
51
|
+
npx @smithery/cli run mcp-obsidian --config '{"key":"value"}'
|
|
52
52
|
|
|
53
53
|
# Show help menu
|
|
54
54
|
npx @smithery/cli --help
|