poe-code 3.0.73 → 3.0.75

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.
@@ -1797,6 +1797,7 @@ function createProvider(opts) {
1797
1797
  branding: opts.branding,
1798
1798
  disabled: opts.disabled,
1799
1799
  supportsStdinPrompt: opts.supportsStdinPrompt,
1800
+ supportsMcpSpawn: opts.supportsMcpSpawn,
1800
1801
  configurePrompts: opts.configurePrompts,
1801
1802
  postConfigureMessages: opts.postConfigureMessages,
1802
1803
  isolatedEnv: opts.isolatedEnv,