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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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 [client] Initialize local files and print MCP config
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrmainspring",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Mr Mainspring MCP backend with memory, Grimoire policies, audit, Casper anchoring, and x402 settlement boundaries.",
5
5
  "license": "MIT",
6
6
  "type": "module",