@director.run/cli 0.0.35 → 0.0.36
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 +6 -5
- package/dist/cli.js +183 -183
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<h1 align="center">Director</h1>
|
|
2
|
-
<p align="center">The easiest way to
|
|
2
|
+
<p align="center">The easiest way to use MCP.</p>
|
|
3
3
|
|
|
4
|
-
<p align="center"><code>
|
|
4
|
+
<p align="center"><code>curl -fsSL https://director.run/install | bash</code></p>
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -22,12 +22,13 @@
|
|
|
22
22
|
The fastest way to try out director is by running the quickstart directly using npx. This will start the director gateway and open the UI.
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
|
|
25
|
+
curl -fsSL https://director.run/install | bash
|
|
26
|
+
director quickstart
|
|
26
27
|
```
|
|
27
28
|
|
|
28
|
-
#### Installing
|
|
29
|
+
#### Installing Manually
|
|
29
30
|
|
|
30
|
-
If you'd like to install director
|
|
31
|
+
If you'd like to install director manually, you can do so via `npm` once you've installed the Prerequisites.
|
|
31
32
|
|
|
32
33
|
```bash
|
|
33
34
|
npm install -g @director.run/cli
|