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.
Files changed (2) hide show
  1. package/README.md +2 -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
- - `OUTLINE_BASE_URL` (_optional_): Alternative URL for your outline API (if using an alt domain/self-hosting)
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
- OUTLINE_BASE_URL=https://your-outline-instance.com/api # Optional, defaults to https://app.getoutline.com/api
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outline-mcp-server",
3
- "version": "4.12.2",
3
+ "version": "4.12.3",
4
4
  "description": "An MCP server for interacting with Outline's API",
5
5
  "type": "module",
6
6
  "bin": {