@sourcegraph/amp-sdk 0.1.0-20251218121537-gaddfa60 → 0.1.0-20251218200947-g97802d1
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/README.md +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -394,7 +394,7 @@ Example `settings.json`:
|
|
|
394
394
|
},
|
|
395
395
|
"amp.todos.enabled": false,
|
|
396
396
|
"amp.commands.allowlist": ["npx", "node", "npm"],
|
|
397
|
-
"amp.tools.disable": ["
|
|
397
|
+
"amp.tools.disable": ["mcp__playwright__browser_resize"]
|
|
398
398
|
}
|
|
399
399
|
```
|
|
400
400
|
|
package/dist/index.js
CHANGED
|
@@ -4158,7 +4158,7 @@ function buildEnvironmentVariables(options) {
|
|
|
4158
4158
|
if (options.env) {
|
|
4159
4159
|
Object.assign(env, options.env);
|
|
4160
4160
|
}
|
|
4161
|
-
env.AMP_SDK_VERSION = "0.1.0-
|
|
4161
|
+
env.AMP_SDK_VERSION = "0.1.0-20251218200947-g97802d1";
|
|
4162
4162
|
return env;
|
|
4163
4163
|
}
|
|
4164
4164
|
function spawnAmpCli(args, options) {
|
|
@@ -4362,4 +4362,4 @@ export {
|
|
|
4362
4362
|
AmpOptionsSchema
|
|
4363
4363
|
};
|
|
4364
4364
|
|
|
4365
|
-
//# debugId=
|
|
4365
|
+
//# debugId=00E4CC4F143F6BC164756E2164756E21
|
package/package.json
CHANGED