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.
@@ -1808,6 +1808,7 @@ function createProvider(opts) {
1808
1808
  branding: opts.branding,
1809
1809
  disabled: opts.disabled,
1810
1810
  supportsStdinPrompt: opts.supportsStdinPrompt,
1811
+ supportsMcpSpawn: opts.supportsMcpSpawn,
1811
1812
  configurePrompts: opts.configurePrompts,
1812
1813
  postConfigureMessages: opts.postConfigureMessages,
1813
1814
  isolatedEnv: opts.isolatedEnv,