nimai-mcp 0.5.2 → 0.5.6

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.
@@ -21,6 +21,13 @@
21
21
  |---|---|---|---|---|
22
22
  | 1 | | — | | |
23
23
 
24
+ ## Acceptance Criteria
25
+ *Binary and checkable. Leave every box unchecked — they are checked by the reviewer, not the author.*
26
+
27
+ Done when ALL of these are true:
28
+ - [ ]
29
+ - [ ]
30
+
24
31
  ## Mechanism Decisions
25
32
  *One block per core choice. A builder must never have to pick an approach mid-build.*
26
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nimai-mcp",
3
- "version": "0.5.2",
3
+ "version": "0.5.6",
4
4
  "description": "Nimai MCP server — exposes nimai_spec, nimai_review, nimai_validate, nimai_new, nimai_spec_review as tools. No internal LLM calls.",
5
5
  "keywords": [
6
6
  "nimai",
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@modelcontextprotocol/sdk": "^1.0.0",
38
38
  "zod": "^3.23.8",
39
- "nimai-core": "0.5.2"
39
+ "nimai-core": "0.5.6"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc",