@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.
Files changed (2) hide show
  1. package/README.md +8 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,12 +8,12 @@ automatically.
8
8
 
9
9
  ## Conformance
10
10
 
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) |
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brigid/mcp-todoist",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Lean Todoist MCP server — the reference implementation of brigid's task-manager capability contract.",
5
5
  "license": "MIT",
6
6
  "type": "module",