sim 2.1.20 → 2.1.21

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8023,7 +8023,7 @@ function resolveProfile(overrides = {}) {
8023
8023
  }
8024
8024
  // ../utils/src/client-info.ts
8025
8025
  var CLIENT_INFO_HEADER = "x-sim-client-info";
8026
- var SIM_SURFACES = ["web", "desktop", "cli", "sdk-js", "sdk-python"];
8026
+ var SIM_SURFACES = ["web", "desktop", "cli", "sdk-js", "sdk-python", "mcp"];
8027
8027
  var TOKEN_PATTERN = /^[A-Za-z0-9._+-]+$/;
8028
8028
  var OS_KEY = "os";
8029
8029
  var ARCH_KEY = "arch";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim",
3
- "version": "2.1.20",
3
+ "version": "2.1.21",
4
4
  "description": "Sim CLI - talk to the Sim API from your terminal",
5
5
  "type": "module",
6
6
  "imports": {