nimai-mcp 0.5.1 → 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
 
@@ -38,6 +45,14 @@
38
45
  - API/trigger flow:
39
46
  - Entity states and transitions:
40
47
  - Auth:
48
+ - Security / authorization rules (who can read, write, delete each resource — and under what conditions; write "N/A — no server-side authorization layer" if genuinely not applicable):
49
+
50
+ ## Navigation / Screen Map
51
+ *Every distinct view or screen the user can reach. For SPAs, list the route paths. For CLIs or non-UI specs, write "N/A — no user-facing navigation."*
52
+
53
+ | Route / View | Description | Auth required? |
54
+ |---|---|---|
55
+ | | | |
41
56
 
42
57
  ## Change Surface
43
58
  *Every existing file this work touches, classified. The builder may not touch anything outside this table.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nimai-mcp",
3
- "version": "0.5.1",
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.1"
39
+ "nimai-core": "0.5.6"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc",