@mintmcp/hosted-cli 0.0.6 → 0.0.7

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ requests until the new revision starts up successfully.
32
32
 
33
33
  ### Troubleshooting
34
34
 
35
- TODO: Explain the install thing.
35
+ TODO: Explain what to do if you need `npm install`.
36
36
 
37
37
  ## Python FastMCP Server
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintmcp/hosted-cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Control hosted servers on MintMCP.",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",