@absolutejs/mcp 0.20.0 → 0.20.1

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.
@@ -1,5 +1,7 @@
1
1
  import type { McpToolRegistry } from "./types";
2
2
  export type ActionReview = {
3
+ /** Set by the tool factory from the available confirmation capability. */
4
+ canConfirm?: boolean;
3
5
  actionId: string;
4
6
  revision: string;
5
7
  title: string;
package/package.json CHANGED
@@ -90,5 +90,5 @@
90
90
  "canary:checkout": "bun canary/checkout.ts"
91
91
  },
92
92
  "types": "./dist/src/index.d.ts",
93
- "version": "0.20.0"
93
+ "version": "0.20.1"
94
94
  }