@revealui/mcp 0.8.4 → 0.8.5

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revealui/mcp",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Model Context Protocol framework — first-party server launchers, adapter pattern, tool discovery, and an incubating multi-server hypervisor (not app-mounted by default; ADR-007).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,14 +18,14 @@
18
18
  "jose": "^5.10.0",
19
19
  "@revealui/config": "0.6.0",
20
20
  "@revealui/contracts": "0.8.2",
21
- "@revealui/core": "0.12.4",
21
+ "@revealui/core": "0.13.0",
22
22
  "@revealui/db": "0.10.0",
23
- "@revealui/knowledge-graph": "0.1.6",
23
+ "@revealui/knowledge-graph": "0.1.7",
24
24
  "@revealui/security": "0.6.1",
25
25
  "@revealui/setup": "0.7.3"
26
26
  },
27
27
  "optionalDependencies": {
28
- "@revealui/ai": "0.9.1"
28
+ "@revealui/ai": "0.10.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@electric-sql/pglite": "^0.5.4",