poe-code 3.0.72 → 3.0.74

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.
@@ -1801,6 +1801,7 @@ function createProvider(opts) {
1801
1801
  branding: opts.branding,
1802
1802
  disabled: opts.disabled,
1803
1803
  supportsStdinPrompt: opts.supportsStdinPrompt,
1804
+ supportsMcpSpawn: opts.supportsMcpSpawn,
1804
1805
  configurePrompts: opts.configurePrompts,
1805
1806
  postConfigureMessages: opts.postConfigureMessages,
1806
1807
  isolatedEnv: opts.isolatedEnv,