@brigid/mcp-todoist 0.0.2 → 0.0.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 +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,12 +8,12 @@ automatically.
|
|
|
8
8
|
|
|
9
9
|
## Conformance
|
|
10
10
|
|
|
11
|
-
| Capability group
|
|
12
|
-
|
|
13
|
-
| **Core** (task create / query / lifecycle) | ✅ implemented
|
|
14
|
-
| `projects-labels`
|
|
15
|
-
| `filters`
|
|
16
|
-
| `analytics`
|
|
11
|
+
| Capability group | Status |
|
|
12
|
+
| ------------------------------------------ | -------------------------------------------------------------------------- |
|
|
13
|
+
| **Core** (task create / query / lifecycle) | ✅ implemented |
|
|
14
|
+
| `projects-labels` | ✅ implemented |
|
|
15
|
+
| `filters` | ✅ implemented |
|
|
16
|
+
| `analytics` | ⬜ not yet (skills degrade — e.g. `weekly-review` computes from Core data) |
|
|
17
17
|
|
|
18
18
|
## Configuration
|
|
19
19
|
|
|
@@ -48,3 +48,5 @@ TODOIST_API_TOKEN=... node dist/packages/mcp-todoist/src/bin.js
|
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
Or, once published, via `npx @brigid/mcp-todoist`.
|
|
51
|
+
|
|
52
|
+
🚀
|
package/package.json
CHANGED