nimai-mcp 0.5.1 → 0.5.2

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.
@@ -38,6 +38,14 @@
38
38
  - API/trigger flow:
39
39
  - Entity states and transitions:
40
40
  - Auth:
41
+ - 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):
42
+
43
+ ## Navigation / Screen Map
44
+ *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."*
45
+
46
+ | Route / View | Description | Auth required? |
47
+ |---|---|---|
48
+ | | | |
41
49
 
42
50
  ## Change Surface
43
51
  *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.2",
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.2"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc",