obsidian-accomplishments-mcp 0.1.11 → 0.1.12
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,10 +16,10 @@ This MCP server lets AI assistants:
|
|
|
16
16
|
│ Your Workflow │
|
|
17
17
|
├─────────────────────────────────────────────────────────────────────┤
|
|
18
18
|
│ │
|
|
19
|
-
│ ┌──────────┐ ┌──────────────┐ ┌──────────┐
|
|
20
|
-
│ │ Obsidian │◄────►│ MCP Server │◄────►│ AI │
|
|
21
|
-
│ │ Vault │ │ (this repo) │ │ Assistant│
|
|
22
|
-
│ └──────────┘ └──────────────┘ └──────────┘
|
|
19
|
+
│ ┌──────────┐ ┌──────────────┐ ┌──────────┐ │
|
|
20
|
+
│ │ Obsidian │◄────►│ MCP Server │◄────►│ AI │ │
|
|
21
|
+
│ │ Vault │ │ (this repo) │ │ Assistant│ │
|
|
22
|
+
│ └──────────┘ └──────────────┘ └──────────┘ │
|
|
23
23
|
│ │
|
|
24
24
|
└─────────────────────────────────────────────────────────────────────┘
|
|
25
25
|
```
|
package/package.json
CHANGED