outline-mcp-server 4.12.2 → 4.12.3
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -59,7 +59,7 @@ OUTLINE_API_KEY=… outline-mcp-server --port 7070
|
|
59
59
|
### Env
|
60
60
|
|
61
61
|
- `OUTLINE_API_KEY` (_required_): your API key for outline, duh
|
62
|
-
- `
|
62
|
+
- `OUTLINE_API_URL` (_optional_): Alternative URL for your outline API (if using an alt domain/self-hosting)
|
63
63
|
|
64
64
|
### CLI Options
|
65
65
|
|
@@ -94,7 +94,7 @@ npm install
|
|
94
94
|
|
95
95
|
```
|
96
96
|
OUTLINE_API_KEY=your_outline_api_key_here
|
97
|
-
|
97
|
+
OUTLINE_API_URL=https://your-outline-instance.com/api # Optional, defaults to https://app.getoutline.com/api
|
98
98
|
```
|
99
99
|
|
100
100
|
```bash
|