@github/copilot 0.0.354-23 → 0.0.354-24

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@github/copilot",
3
3
  "description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.",
4
- "version": "0.0.354-23",
4
+ "version": "0.0.354-24",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "type": "module",
7
7
  "repository": {
@@ -37,6 +37,6 @@
37
37
  "worker/**/*"
38
38
  ],
39
39
  "buildMetadata": {
40
- "gitCommit": "4dce077"
40
+ "gitCommit": "c020e39"
41
41
  }
42
42
  }
package/sdk/index.d.ts CHANGED
@@ -761,6 +761,11 @@ declare interface MCPServerConfigBase {
761
761
  * If not specified, defaults to "hidden_characters"
762
762
  */
763
763
  filterMapping?: Record<string, ContentFilterMode> | ContentFilterMode;
764
+ /**
765
+ * Optional. Timeout in milliseconds for tool calls to this server.
766
+ * If not specified, a default is used.
767
+ */
768
+ timeout?: number;
764
769
  }
765
770
 
766
771
  export declare interface ModelMetadata {