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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-accomplishments-mcp",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Model Context Protocol (MCP) server for managing structured project accomplishments in Obsidian",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",