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.
- package/dist/index.js +1 -1
- 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";
|