outline-mcp-server 5.2.0 → 5.2.1
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 +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Outline MCP Server
|
2
2
|
|
3
|
-
[](https://cursor.com/install-mcp?name=outline&config=
|
3
|
+
[](https://cursor.com/install-mcp?name=outline&config=eyJjb21tYW5kIjoibnB4IC15IC0tcGFja2FnZT1vdXRsaW5lLW1jcC1zZXJ2ZXJAbGF0ZXN0IC1jIG91dGxpbmUtbWNwLXNlcnZlci1zdGRpbyIsImVudiI6eyJPVVRMSU5FX0FQSV9LRVkiOiI8UkVQTEFDRV9NRT4iLCJPVVRMSU5FX0FQSV9VUkwiOiJodHRwczovL2FwcC5nZXRvdXRsaW5lLmNvbS9hcGkiLCJPVVRMSU5FX01DUF9QT1JUIjoiNjA2MCJ9fQ%3D%3D)
|
4
4
|
|
5
5
|
 • 
|
6
6
|
|
@@ -15,7 +15,6 @@ A Model Context Protocol (MCP) server that provides tools for interacting with [
|
|
15
15
|
## Features
|
16
16
|
|
17
17
|
- **Document Management**
|
18
|
-
|
19
18
|
- ✅ Create new documents with customizable properties
|
20
19
|
- ✅ Get document details
|
21
20
|
- ✅ Update existing documents
|
@@ -28,13 +27,11 @@ A Model Context Protocol (MCP) server that provides tools for interacting with [
|
|
28
27
|
- ✅ Archive documents
|
29
28
|
|
30
29
|
- **Collection Management**
|
31
|
-
|
32
30
|
- ✅ Get collection details
|
33
31
|
- ✅ List collections
|
34
32
|
- ✅ Create and update collections
|
35
33
|
|
36
34
|
- **Comment Management**
|
37
|
-
|
38
35
|
- ✅ Create comments on documents
|
39
36
|
- ✅ Update existing comments
|
40
37
|
- ✅ Delete comments
|