@absolutejs/mcp 0.17.9 → 0.18.0

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 CHANGED
@@ -6,6 +6,12 @@ This file is generated by `absolute-changelog` from the entries in
6
6
  `changelog/`. Edit an entry, not this file — and add new ones under
7
7
  `changelog/unreleased/`.
8
8
 
9
+ ## 0.18.0 — 2026-09-13
10
+
11
+ ### Added
12
+
13
+ - **Add read-only setup and budget-preview tools with shared Apps and text fallbacks**
14
+
9
15
  ## 0.17.9 — 2026-09-12
10
16
 
11
17
  ### Added
package/changelog.json CHANGED
@@ -2,6 +2,16 @@
2
2
  "contract": 1,
3
3
  "name": "@absolutejs/mcp",
4
4
  "releases": [
5
+ {
6
+ "changes": [
7
+ {
8
+ "kind": "added",
9
+ "summary": "Add read-only setup and budget-preview tools with shared Apps and text fallbacks"
10
+ }
11
+ ],
12
+ "date": "2026-09-13",
13
+ "version": "0.18.0"
14
+ },
5
15
  {
6
16
  "changes": [
7
17
  {