mrmainspring 0.1.4 → 0.1.5
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -15,7 +15,7 @@ Usage:
|
|
|
15
15
|
mainspring --version Show the installed version
|
|
16
16
|
mainspring init Create local config, data, and logs directories
|
|
17
17
|
mainspring config Print MCP client config JSON
|
|
18
|
-
mainspring setup
|
|
18
|
+
mainspring setup Initialize local files and print MCP config
|
|
19
19
|
mainspring doctor Check the local setup
|
|
20
20
|
mainspring update Show how to update to the latest version
|
|
21
21
|
|
package/package.json
CHANGED