@opencode-ai/sdk 1.0.219 → 1.0.221

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.
@@ -1526,6 +1526,7 @@ export type Command = {
1526
1526
  description?: string;
1527
1527
  agent?: string;
1528
1528
  model?: string;
1529
+ mcp?: boolean;
1529
1530
  template: string;
1530
1531
  subtask?: boolean;
1531
1532
  hints: Array<string>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "1.0.219",
4
+ "version": "1.0.221",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",