@dmsdc-ai/aigentry-deliberation 0.0.39 → 0.0.40

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsdc-ai/aigentry-deliberation",
3
- "version": "0.0.39",
4
- "description": "MCP Deliberation Server Multi-session AI deliberation with smart speaker ordering and persona roles",
3
+ "version": "0.0.40",
4
+ "description": "MCP server for structured multi-AI discussions deliberate across Claude, GPT, Gemini and more before committing to decisions",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -43,6 +43,8 @@
43
43
  "selectors/**",
44
44
  "skills/**",
45
45
  "public/**",
46
+ "lib/**",
47
+ "examples/**",
46
48
  "LICENSE",
47
49
  "README.md"
48
50
  ],
@@ -66,10 +68,14 @@
66
68
  "ai",
67
69
  "multi-agent",
68
70
  "debate",
71
+ "discussion",
72
+ "consensus",
69
73
  "claude",
70
74
  "chatgpt",
71
75
  "gemini",
72
- "codex"
76
+ "codex",
77
+ "model-context-protocol",
78
+ "structured-output"
73
79
  ],
74
80
  "devDependencies": {
75
81
  "vitest": "^4.0.18"