@adia-ai/a2ui-mcp 0.8.6 → 0.8.7
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/CHANGELOG.md +5 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-mcp
|
|
2
|
+
## [0.8.7] — 2026-07-19
|
|
3
|
+
|
|
4
|
+
### Maintenance
|
|
5
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.7 work shipped in factory enrichment (adia-patterns/adia-audit + harvests), forge dogfood/gate fixes, a2ui-corpus content-hash freshness, bundle rebuilds. See `packages/plugins/adia-ui-factory/CHANGELOG.md#087--2026-07-19` for details.
|
|
6
|
+
|
|
2
7
|
## [0.8.6] — 2026-07-18
|
|
3
8
|
|
|
4
9
|
### Maintenance
|
package/README.md
CHANGED
|
@@ -93,7 +93,7 @@ The server registers **30 tools**. Argument schemas via Zod; shape is stable acr
|
|
|
93
93
|
## Layout
|
|
94
94
|
|
|
95
95
|
```
|
|
96
|
-
|
|
96
|
+
a2ui-mcp/
|
|
97
97
|
├── server.js MCP bootstrap — registers 4 tools inline; the rest live in tools/ modules
|
|
98
98
|
├── scripts/ Standalone runners (smoke tests, eval diffs, visual validate)
|
|
99
99
|
│ ├── generate.mjs CLI: `node scripts/generate.mjs "pricing page"`
|
package/package.json
CHANGED