openads-ai 0.5.0 → 0.5.1
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/cli.js +1 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1112,6 +1112,7 @@ async function main() {
|
|
|
1112
1112
|
const env = {
|
|
1113
1113
|
...process.env,
|
|
1114
1114
|
NODE_NO_WARNINGS: '1',
|
|
1115
|
+
PI_SKIP_VERSION_CHECK: '1',
|
|
1115
1116
|
};
|
|
1116
1117
|
// Signal to the MCP extension whether to skip tool registration.
|
|
1117
1118
|
// Express tier and autoresearch skip MCP entirely.
|
package/package.json
CHANGED