@mintmcp/hosted-cli 0.0.9 → 0.0.10
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ In the server's directory:
|
|
|
18
18
|
npx @mintmcp/hosted-cli deploy -n "<title for new server>"
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
This uploads the entire
|
|
21
|
+
This uploads the entire contents of the directory to a hosted server on MintMCP, and runs the startup
|
|
22
22
|
command there.
|
|
23
23
|
|
|
24
24
|
Upon successful upload, this prints a server management URL where you can:
|
|
@@ -60,7 +60,7 @@ Or, if your server is a plain Python file without a package, run in the server's
|
|
|
60
60
|
npx @mintmcp/hosted-cli deploy -n "<title for new server>" --startup-command "uvx --with fastmcp python <path-to-main-file.py>"
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
These upload the entire
|
|
63
|
+
These upload the entire contents of the directory to a hosted server on MintMCP, and run the startup
|
|
64
64
|
command there.
|
|
65
65
|
|
|
66
66
|
Upon successful upload, this prints a server management URL where you can:
|
|
@@ -87,7 +87,7 @@ In the server's directory:
|
|
|
87
87
|
npx @mintmcp/hosted-cli deploy -n "<title for new server>" --startup-command "<startup command>"
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
This uploads the entire
|
|
90
|
+
This uploads the entire contents of the directory to a hosted server on MintMCP, and runs the startup
|
|
91
91
|
command there.
|
|
92
92
|
|
|
93
93
|
Upon successful upload, this prints a server management URL where you can:
|