@adia-ai/mcp 0.8.48 → 0.8.50

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 (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog — @adia-ai/mcp
2
2
 
3
+ ## [0.8.50] — 2026-08-23
4
+
5
+ ### Maintenance
6
+ - **Lockstep bump riding the v0.8.50 cut** (`scripts/release/check-lockstep.mjs`); the headline v0.8.50 work ships in @adia-ai/web-components (prose/verse sheet removal gh#1885 / PR #1918, input/search fill-default posture gh#1856 — see `packages/web-components/CHANGELOG.md#0850--2026-08-23`). Package-local changes are listed below.
7
+
8
+ ### Fixed
9
+ - **`gen-ui/scripts/smoke-extended.mjs` hardened against slow hosts** — smoke-6 `plan_app_state`'s `callTool` timeout raised to 120s (gh#1894, PR #1902) and smoke-1-http's fixed grace period replaced with a readiness poll (PR #1900).
10
+
3
11
  ## [0.8.48] — 2026-08-23
4
12
 
5
13
  ### Maintenance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/mcp",
3
- "version": "0.8.48",
3
+ "version": "0.8.50",
4
4
  "description": "AdiaUI's three MCP servers, one npm package (gh#1240, ADR-0051). `adia-mcp gen-ui` — the 31-tool generation server (compose engine, corpus, retrieval, feedback/eval loop). `adia-mcp protocol` — the 5-tool A2UI protocol server (validate + registry introspection + the L0/L1 catalog-contract rungs, no generation system, no model client). `adia-mcp factory` — the 7-tool adia-factory server (orient, scaffold, audit, surface QA for building adia-ui apps from any MCP harness; no generation system, no model client). ADR-0048 §3's distinct-server decision is unchanged; only the distribution unified.",
5
5
  "type": "module",
6
6
  "bin": {